Update setup.py to comply with pypi demands

master
Lertsenem 2020-12-20 21:35:32 +01:00
parent 7cf6c08ac9
commit ae6352e594
1 changed files with 4 additions and 2 deletions

View File

@ -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",