summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2015-10-29 23:20:33 -0400
committerBarry Warsaw2015-10-29 23:39:18 -0400
commit8a07200b064205a7ec330e1e2bed703acb48743b (patch)
treebd56841fb9d5a658f5bc9395ecf7a4e3901569ec
parent8b9a6f2d534f8d39f1a6f1dc6ac818a004455069 (diff)
downloadmailman-8a07200b064205a7ec330e1e2bed703acb48743b.tar.gz
mailman-8a07200b064205a7ec330e1e2bed703acb48743b.tar.zst
mailman-8a07200b064205a7ec330e1e2bed703acb48743b.zip
-rw-r--r--setup.py12
-rw-r--r--src/mailman/docs/NEWS.rst1
2 files changed, 13 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,
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index 054cf5ffd..adcc40b37 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -42,6 +42,7 @@ Bugs
Bompard.
* Collapse multiple ``Re:`` in Subject headers. Given by Mark Sapiro.
(Closes: #147)
+ * Added Trove classifiers to setup.py. (Closes: #152)
Configuration
-------------