diff --git a/setup.py b/setup.py index 4f2e3ea2..83470aa1 100644 --- a/setup.py +++ b/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']),