diff --git a/setup.py b/setup.py index 0aa2415..f7b7830 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,15 @@ license = 'GPLv3', keywords = 'email mailman django', url = "https://launchpad.net/postorius", + classifiers = [ + "Programming Language :: Python", + "Development Status :: 1 - Alpha", + "Environment :: Linux", + "License :: GNU Lesser General Public License v3", + "Topic :: Mailing Lists", + "Topic :: Web User Interface", + "Topic :: Email", + ], packages = find_packages('src'), package_dir = {'': 'src'}, include_package_data = True,