Fix license classifier to MIT (matching CloudAnalyzer)

This commit is contained in:
Ryohei Sasaki
2026-04-05 14:15:51 +09:00
parent 9412347b09
commit d73c588078

View File

@@ -28,7 +28,7 @@ setup(
},
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"License :: OSI Approved :: MIT License",
"Topic :: Scientific/Engineering :: GIS",
"Topic :: Scientific/Engineering :: Information Analysis",
],