Barry Warsaw pushed to branch release-3.0 at mailman / Mailman

Commits:
f1d458a2 by Barry Warsaw at 2015-10-29T23:20:33Z
Added Trove classifiers to setup.py.  (Closes: #152)

- - - - -


2 changed files:

- setup.py
- src/mailman/docs/NEWS.rst


Changes:

=====================================
setup.py
=====================================
--- 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,


=====================================
src/mailman/docs/NEWS.rst
=====================================
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -49,6 +49,7 @@ Bugs
    URLs, and to include the translated moderation reasons.
  * Collapse multiple ``Re:`` in Subject headers.  Given by Mark Sapiro.
    (Closes: #147)
+ * Added Trove classifiers to setup.py.  (Closes: #152)
 
 
 3.0.0 -- "Show Don't Tell"



View it on GitLab: 
https://gitlab.com/mailman/mailman/commit/f1d458a266366aedd3f1f910e9cb969dc50b67e1
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to