[Checkins] SVN: zc.recipe.filestorage/trunk/setup.py this recipe *is* zip_safe

Fred L. Drake, Jr. fdrake at gmail.com
Wed Jul 11 10:20:15 EDT 2007


Log message for revision 77693:
  this recipe *is* zip_safe

Changed:
  U   zc.recipe.filestorage/trunk/setup.py

-=-
Modified: zc.recipe.filestorage/trunk/setup.py
===================================================================
--- zc.recipe.filestorage/trunk/setup.py	2007-07-11 13:58:38 UTC (rev 77692)
+++ zc.recipe.filestorage/trunk/setup.py	2007-07-11 14:20:14 UTC (rev 77693)
@@ -20,4 +20,5 @@
     dependency_links = ['http://download.zope.org/distribution/'],
     entry_points = {'zc.buildout':
                     ['default = %s:Recipe' % name]},
+    zip_safe = True,
     )



More information about the Checkins mailing list