Skip to content

Commit 3460d07

Browse files
authored
Merge pull request #226 from avalentino/bugfix/license-inconsistencies
Fix license inconsistencies
2 parents a2e5959 + 63b0a18 commit 3460d07

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)