[Checkins] SVN: five.localsitemanager/trunk/setup.py This package is not zip-safe.

Hanno Schlichting plone at hannosch.info
Wed Jun 6 06:56:09 EDT 2007


Log message for revision 76397:
  This package is not zip-safe.
  

Changed:
  U   five.localsitemanager/trunk/setup.py

-=-
Modified: five.localsitemanager/trunk/setup.py
===================================================================
--- five.localsitemanager/trunk/setup.py	2007-06-06 10:36:29 UTC (rev 76396)
+++ five.localsitemanager/trunk/setup.py	2007-06-06 10:56:08 UTC (rev 76397)
@@ -39,5 +39,5 @@
       install_requires=[
         'setuptools',
       ],
-      zip_safe = True,
+      zip_safe = False,
       )



More information about the Checkins mailing list