Added extra WSG/HTTP classifiers for PyPI

* We were missing some obvious classifiers for HTTP and WSGI
This commit is contained in:
Paul J. Davis 2011-02-12 11:51:17 -05:00
parent a942f6a06c
commit 6bf6fbe72f

View File

@ -37,6 +37,10 @@ setup(
'Topic :: Internet',
'Topic :: Utilities',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: WSGI',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Server',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
zip_safe = False,
packages = find_packages(exclude=['examples', 'tests']),