[CalendarServer-changes] [8091] CalendarServer/branches/users/glyph/other-html/setup.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 13 12:12:15 PDT 2011


Revision: 8091
          http://trac.macosforge.org/projects/calendarserver/changeset/8091
Author:   glyph at apple.com
Date:     2011-09-13 12:12:15 -0700 (Tue, 13 Sep 2011)
Log Message:
-----------
fix for bundling templates

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/other-html/setup.py

Modified: CalendarServer/branches/users/glyph/other-html/setup.py
===================================================================
--- CalendarServer/branches/users/glyph/other-html/setup.py	2011-09-13 19:12:08 UTC (rev 8090)
+++ CalendarServer/branches/users/glyph/other-html/setup.py	2011-09-13 19:12:15 UTC (rev 8091)
@@ -108,6 +108,7 @@
         packages         = find_modules(),
         package_data     = {
                              "twistedcaldav": [
+                               "*.html",
                                "zoneinfo/*.ics",
                                "zoneinfo/*/*.ics",
                                "zoneinfo/*/*/*.ics",
@@ -116,7 +117,7 @@
                              "calendarserver.webadmin": [
                                  "*.html"
                              ],
-                             "twistedcaldav": [
+                             "twistedcaldav.directory": [
                                  "*.html"
                              ],
                              "txdav.common.datastore": [
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110913/dd128ef7/attachment.html>


More information about the calendarserver-changes mailing list