[packaging] Add the license in the PyPI classifiers

This commit is contained in:
Alexis Métaireau 2024-04-05 13:06:10 +02:00
parent 107c8a70c8
commit 4e15c80559

View file

@ -15,6 +15,7 @@ classifiers = [
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
] ]
dependencies = [ dependencies = [