[CalendarServer-changes] [12606] CalendarServer/trunk/setup.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:24:48 PDT 2014


Revision: 12606
          http://trac.calendarserver.org//changeset/12606
Author:   wsanchez at apple.com
Date:     2014-02-07 11:06:38 -0800 (Fri, 07 Feb 2014)
Log Message:
-----------
Define more settings at the global namespace

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

Modified: CalendarServer/trunk/setup.py
===================================================================
--- CalendarServer/trunk/setup.py	2014-02-07 19:06:03 UTC (rev 12605)
+++ CalendarServer/trunk/setup.py	2014-02-07 19:06:38 UTC (rev 12606)
@@ -107,6 +107,8 @@
 
 long_description = file(joinpath(dirname(__file__), "README.rst")).read()
 
+url = "http://www.calendarserver.org/"
+
 classifiers = [
     "Development Status :: 5 - Production/Stable",
     "Framework :: Twisted",
@@ -121,8 +123,16 @@
     "Topic :: Office/Business :: Scheduling",
 ]
 
+author = "Apple Inc."
 
+author_email = "calendarserver-dev at lists.macosforge.org"
 
+license = "Apache License, Version 2.0"
+
+platforms = ["all"]
+
+
+
 #
 # Dependencies
 #
@@ -197,12 +207,12 @@
         version=version_string,
         description=description,
         long_description=long_description,
-        url="http://www.calendarserver.org/",
+        url=url,
         classifiers=classifiers,
-        author="Apple Inc.",
-        author_email="calendarserver-dev at lists.macosforge.org",
-        license="Apache License, Version 2.0",
-        platforms=["all"],
+        author=author,
+        author_email=author_email,
+        license=license,
+        platforms=platforms,
         packages=find_packages(),
         package_data={
             "twistedcaldav": [
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/bba430f5/attachment.html>


More information about the calendarserver-changes mailing list