fix
This commit is contained in:
KEriks 2021-08-27 19:33:18 +03:00
parent 211df41969
commit 7773b63520

View File

@ -30,7 +30,7 @@ setup(
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: GPLv3 License",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
@ -39,7 +39,7 @@ setup(
description="Python package for automated eRepublik playing",
entry_points={},
install_requires=requirements,
license="GPLv3 license",
license="GPLv3",
long_description=readme + "\n\n" + history,
include_package_data=True,
keywords="erepublik",