Skip to content

Commit

Permalink
Fix the classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Dec 21, 2020
1 parent 91d615d commit f7dd4e1
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],

Expand Down

0 comments on commit f7dd4e1

Please sign in to comment.