[Checkins] SVN: z3c.dobbin/trunk/setup.py No, it's not zip-safe.

Malthe Borch mborch at gmail.com
Mon May 19 18:01:24 EDT 2008


Log message for revision 86845:
  No, it's not zip-safe.

Changed:
  U   z3c.dobbin/trunk/setup.py

-=-
Modified: z3c.dobbin/trunk/setup.py
===================================================================
--- z3c.dobbin/trunk/setup.py	2008-05-19 17:46:13 UTC (rev 86844)
+++ z3c.dobbin/trunk/setup.py	2008-05-19 22:01:21 UTC (rev 86845)
@@ -15,7 +15,7 @@
 from setuptools import setup, find_packages
 
 setup(name='z3c.dobbin',
-      version='0.2',
+      version='0.2.1',
       license='ZPL',
       author = "Malthe Borch, Stefan Eletzhofer and the Zope Community",
       author_email = "zope-dev at zope.org",
@@ -30,7 +30,7 @@
       package_dir = {'': 'src'},
       namespace_packages=['z3c'],
       include_package_data=True,
-      zip_safe=True,
+      zip_safe=False,
       extras_require = dict(
         test = [
             'zope.app.testing',



More information about the Checkins mailing list