[CalendarServer-changes] [750] CalendarServer/branches/caldavd-twistd-plugin-2/setup.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 7 14:57:55 PST 2006


Revision: 750
          http://trac.macosforge.org/projects/calendarserver/changeset/750
Author:   dreid at apple.com
Date:     2006-12-07 14:57:54 -0800 (Thu, 07 Dec 2006)

Log Message:
-----------
install the twisted/plugins heirarchy

Modified Paths:
--------------
    CalendarServer/branches/caldavd-twistd-plugin-2/setup.py

Modified: CalendarServer/branches/caldavd-twistd-plugin-2/setup.py
===================================================================
--- CalendarServer/branches/caldavd-twistd-plugin-2/setup.py	2006-12-07 22:14:04 UTC (rev 749)
+++ CalendarServer/branches/caldavd-twistd-plugin-2/setup.py	2006-12-07 22:57:54 UTC (rev 750)
@@ -90,7 +90,8 @@
     author_email     = None,
     license          = None,
     platforms        = [ "all" ],
-    packages         = [ "twistedcaldav", "twistedcaldav.directory", "twistedcaldav.method", "twistedcaldav.query" ],
+    packages         = [ "twistedcaldav", "twistedcaldav.directory", "twistedcaldav.method", "twistedcaldav.query"],
+    package_data     = { "twisted": ["plugins/caldav.py"] },
     scripts          = [ "bin/caldavd" ],
     data_files       = data_files
 )

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061207/8d77b87b/attachment.html


More information about the calendarserver-changes mailing list