diff --git a/setup.py b/setup.py index 6316708..6281ee3 100644 --- a/setup.py +++ b/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",