Skip to content

Commit

Permalink
Update trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Mar 4, 2017
1 parent 7b48c9a commit a51c171
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def pip(filename):
zip_safe=False,
keywords='',
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Programming Language :: Python',
'Environment :: Web Environment',
'Operating System :: OS Independent',
Expand All @@ -87,6 +87,7 @@ def pip(filename):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand Down

0 comments on commit a51c171

Please sign in to comment.