fix license in setup.py

This commit is contained in:
Vincent Emonet 2021-02-09 14:46:11 +01:00
parent 7139b2f41b
commit 9fe75094e0
2 changed files with 1 additions and 1 deletions

View file

@ -28,7 +28,7 @@ setup(
tests_require=['pytest==5.2.0'],
setup_requires=['pytest-runner'],
classifiers=[
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: GNU Affero General Public License v3 ",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",

0
tests/__init.py__ Normal file
View file