Skip to content

Commit 63b0a18

Browse files
committed
Fix license inconsistencies
The license declared in `setup.py` (`license` field and Python classifier) is inconsistent with the `LICENSE` file. This patch fixes inconsistencies.
1 parent a2e5959 commit 63b0a18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
author="James Banting, Jonathan Healy",
1818
author_email="[email protected]",
1919
description="A package to validate STAC files",
20-
license="MIT",
20+
license="Apache-2.0",
2121
classifiers=[
2222
"Intended Audience :: Information Technology",
2323
"Intended Audience :: Science/Research",
24-
"License :: OSI Approved :: MIT License",
24+
"License :: OSI Approved :: Apache Software License",
2525
"Programming Language :: Python :: 3.7",
2626
"Topic :: Scientific/Engineering :: GIS",
2727
],

0 commit comments

Comments
 (0)