diff --git a/setup.py b/setup.py index c85a9eb7..d8e3f904 100644 --- a/setup.py +++ b/setup.py @@ -75,6 +75,7 @@ def load_module(module_name, script_file): 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', - 'Topic :: Internet :: WWW/HTTP :: Dynamic Content' + 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', + 'Topic :: Software Development :: Libraries :: Python Modules' ], )