Skip to content

Commit

Permalink
Update the license from MIT to Apache 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Jul 17, 2024
1 parent 4e6bf66 commit 0014460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0014460

Please sign in to comment.