Update setup.py to comply with pypi demands
parent
7cf6c08ac9
commit
ae6352e594
6
setup.py
6
setup.py
|
@ -71,7 +71,7 @@ if os.name == "posix":
|
|||
author_email = lokrez.version.AUTHOR_EMAIL,
|
||||
description = lokrez.version.DESCRIPTION,
|
||||
long_description = long_description,
|
||||
long_description_content_type = "text/asciidoc",
|
||||
long_description_content_type = "text/plain",
|
||||
url = lokrez.version.URL,
|
||||
packages = ["lokrez"],
|
||||
install_requires = [
|
||||
|
@ -84,7 +84,9 @@ if os.name == "posix":
|
|||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
"Intended Audience :: Smash Bros Ultimate Players",
|
||||
"Intended Audience :: End Users/Desktop",
|
||||
"Topic :: Multimedia :: Graphics",
|
||||
"Environment :: Console"
|
||||
],
|
||||
python_requires = ">=3.5",
|
||||
keywords = "smash ultimate local results esport smashgg",
|
||||
|
|
Loading…
Reference in New Issue