diff --git a/setup.py b/setup.py index 3156940b..496a6658 100644 --- a/setup.py +++ b/setup.py @@ -92,12 +92,12 @@ def run(self): install_requires=REQUIRED, extras_require={"dev": DEV_REQUIRED}, include_package_data=True, - license="MIT", + license="Apache 2.0", keywords="airflow", classifiers=[ # Trove classifiers # Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers - "License :: OSI Approved :: MIT License", + "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8",