[CalendarServer-changes] [12385] twext/trunk/setup.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:22:20 PDT 2014


Revision: 12385
          http://trac.calendarserver.org//changeset/12385
Author:   wsanchez at apple.com
Date:     2014-01-17 13:51:12 -0800 (Fri, 17 Jan 2014)
Log Message:
-----------
Add classifiers, email.  Read long description form README.

Modified Paths:
--------------
    twext/trunk/setup.py

Modified: twext/trunk/setup.py
===================================================================
--- twext/trunk/setup.py	2014-01-17 21:13:46 UTC (rev 12384)
+++ twext/trunk/setup.py	2014-01-17 21:51:12 UTC (rev 12385)
@@ -100,10 +100,21 @@
 #
 
 description = "Extensions to Twisted"
+
 long_description = file(joinpath(dirname(__file__), "README.rst")).read()
-classifiers = None
 
+classifiers = [
+    "Development Status :: 2 - Pre-Alpha",
+    "Framework :: Twisted",
+    "Intended Audience :: Developers",
+    "License :: OSI Approved :: Apache Software License",
+    "Operating System :: OS Independent",
+    "Programming Language :: Python :: 2.7",
+    "Programming Language :: Python :: 2 :: Only",
+    "Topic :: Software Development :: Libraries :: Python Modules",
+]
 
+
 #
 # Dependencies
 #
@@ -183,7 +194,7 @@
         url="http://trac.calendarserver.org/wiki/twext",
         classifiers=classifiers,
         author="Apple Inc.",
-        author_email=None,
+        author_email="calendarserver-dev at lists.macosforge.org",
         license="Apache License, Version 2.0",
         platforms=["all"],
         packages=find_packages(),
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/cee8fcbe/attachment.html>


More information about the calendarserver-changes mailing list