forked from mirrors/LibreTranslate
fix license in setup.py
This commit is contained in:
parent
7139b2f41b
commit
9fe75094e0
2 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -28,7 +28,7 @@ setup(
|
||||||
tests_require=['pytest==5.2.0'],
|
tests_require=['pytest==5.2.0'],
|
||||||
setup_requires=['pytest-runner'],
|
setup_requires=['pytest-runner'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: GNU Affero General Public License v3 ",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.6",
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
|
|
0
tests/__init.py__
Normal file
0
tests/__init.py__
Normal file
Loading…
Reference in a new issue