mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Added extra WSG/HTTP classifiers for PyPI
* We were missing some obvious classifiers for HTTP and WSGI
This commit is contained in:
parent
a942f6a06c
commit
6bf6fbe72f
4
setup.py
4
setup.py
@ -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']),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user