From f7dd4e1ec754feb5d62cc2367655bbc8f34e3bed Mon Sep 17 00:00:00 2001 From: Andrey Pokhilko Date: Mon, 21 Dec 2020 15:25:34 +0300 Subject: [PATCH] Fix the classifiers --- setup.py | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/setup.py b/setup.py index 5f96c7e62..d07ebf43b 100644 --- a/setup.py +++ b/setup.py @@ -52,21 +52,10 @@ def read_requirements(): # See https://pypi.python.org/pypi?%3Aaction=list_classifiers classifiers=[ - # How mature is this project? Common values are - # 3 - Alpha - # 4 - Beta - # 5 - Production/Stable - 'Development Status :: 2 - Pre-Alpha', - - # Indicate who your project is intended for + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', - 'Topic :: Internet :: WWW/HTTP :: Server', - - # Intended language + 'Topic :: Internet :: WWW/HTTP :: HTTP Servers', 'Natural Language :: English', - - # Specify the Python versions you support here. In particular, ensure - # that you indicate whether you support Python 2, Python 3 or both. 'Programming Language :: Python :: 3 :: Only', ],