[CalendarServer-changes] [2594] CalendarServer/branches/kqueuereactor/setup.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 18 11:39:00 PDT 2008


Revision: 2594
          http://trac.macosforge.org/projects/calendarserver/changeset/2594
Author:   dreid at apple.com
Date:     2008-06-18 11:38:58 -0700 (Wed, 18 Jun 2008)

Log Message:
-----------
Make sure the setup.py does a thing with the kqreactor module.

Modified Paths:
--------------
    CalendarServer/branches/kqueuereactor/setup.py

Modified: CalendarServer/branches/kqueuereactor/setup.py
===================================================================
--- CalendarServer/branches/kqueuereactor/setup.py	2008-06-18 18:28:51 UTC (rev 2593)
+++ CalendarServer/branches/kqueuereactor/setup.py	2008-06-18 18:38:58 UTC (rev 2594)
@@ -133,7 +133,7 @@
                          "twistedcaldav.query", 
                          "twistedcaldav.admin",
                          "twistedcaldav.py", 
-                         "twisted"
+                         "twisted",
                        ],
     package_data     = {
                          "twisted": ["plugins/caldav.py"],
@@ -142,6 +142,7 @@
     scripts          = [ "bin/caldavd", "bin/caladmin" ],
     data_files       = [ ("caldavd", ["conf/caldavd.plist"]) ],
     ext_modules      = extensions,
+    py_modules       = ["kqreactor"],
 )
 
 if "install" in dist.commands:

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080618/c2604919/attachment.htm 


More information about the calendarserver-changes mailing list