made license explit in setup.py

This commit is contained in:
art 2020-03-03 20:55:46 -06:00
parent 1b4f879094
commit 8a459813ef

View File

@ -10,9 +10,9 @@ setuptools.setup(
long_description_content_type="text/markdown",
url="https://github.com/titanscout2022/tr2022-strategy",
packages=setuptools.find_packages(),
license = "GNU General Public License v3.0",
classifiers=[
"Programming Language :: Python :: 3",
"License :: GNU General Public License v3.0",
"Operating System :: OS Independent",
],
python_requires='>=3.6',