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

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 13 15:33:29 PDT 2015


Revision: 14592
          http://trac.calendarserver.org//changeset/14592
Author:   sagen at apple.com
Date:     2015-03-13 15:33:29 -0700 (Fri, 13 Mar 2015)
Log Message:
-----------
Tweak to project name

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

Modified: twext/trunk/setup.py
===================================================================
--- twext/trunk/setup.py	2015-03-13 22:31:51 UTC (rev 14591)
+++ twext/trunk/setup.py	2015-03-13 22:33:29 UTC (rev 14592)
@@ -133,7 +133,6 @@
     source_root = dirname(abspath(__file__))
 
     info = svn_info(source_root)
-    print(info)
 
     if info is None:
         # We don't have Subversion info...
@@ -202,7 +201,7 @@
 # Options
 #
 
-project_name = "twextpy"
+project_name = "twext"
 
 description = "Extensions to Twisted"
 
@@ -299,7 +298,7 @@
         version_file.close()
 
     setup(
-        name=project_name,
+        name="twextpy",
         version=version_string,
         description=description,
         long_description=long_description,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150313/9e204583/attachment.html>


More information about the calendarserver-changes mailing list