summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index e42fc776b..d1dfb97d5 100644
--- a/setup.py
+++ b/setup.py
@@ -84,6 +84,18 @@ case second `m'. Any other spelling is incorrect.""",
license = 'GPLv3',
url = 'http://www.list.org',
keywords = 'email',
+ classifiers = [
+ 'Development Status :: 5 - Production/Stable',
+ 'Intended Audience :: System Administrators',
+ 'License :: OSI Approved :: '
+ 'GNU General Public License v3 or later (GPLv3+)',
+ 'Operating System :: POSIX',
+ 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
+ 'Topic :: Communications :: Email :: Mailing List Servers',
+ 'Topic :: Communications :: Usenet News',
+ 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
+ ],
packages = find_packages('src'),
package_dir = {'': 'src'},
include_package_data = True,