Skip to content

Commit 75824c7

Browse files
authored
Fix trove classifier for license (#578)
The trove classifier for license indicates MIT, and it is clearly inconsistent with the `license` field in `pyproject.toml` and with the `LICENSE` file itself. The proposed patch fixes the inconsistency.
1 parent 51f6491 commit 75824c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Natural Language :: English",
2121
"Development Status :: 4 - Beta",
2222
"Intended Audience :: Developers",
23-
"License :: OSI Approved :: MIT License",
23+
"License :: OSI Approved :: Apache Software License",
2424
"Topic :: Scientific/Engineering :: GIS",
2525
"Topic :: Software Development :: Libraries",
2626
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)