fix
fix
This commit is contained in:
parent
211df41969
commit
7773b63520
4
setup.py
4
setup.py
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user