[Checkins] SVN: z3c.sqlalchemy/trunk/setup.py this egg is zip safe

Andreas Jung andreas at andreas-jung.com
Mon Mar 19 16:04:32 EDT 2007


Log message for revision 73354:
  this egg is zip safe
  

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

-=-
Modified: z3c.sqlalchemy/trunk/setup.py
===================================================================
--- z3c.sqlalchemy/trunk/setup.py	2007-03-19 19:52:17 UTC (rev 73353)
+++ z3c.sqlalchemy/trunk/setup.py	2007-03-19 20:04:31 UTC (rev 73354)
@@ -24,7 +24,7 @@
       packages=find_packages('src'),
       package_dir = {'': 'src'},
       include_package_data = True,
-      zip_safe=False,
+      zip_safe=True,
       install_requires=['setuptools',
                         'SQLAlchemy',
                         'zope.component',



More information about the Checkins mailing list