[Checkins] SVN: z3c.rml/trunk/setup. Add zip safe info and remove dubious setup.cfg.

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Jun 19 13:30:21 EDT 2007


Log message for revision 76800:
  Add zip safe info and remove dubious setup.cfg.
  

Changed:
  D   z3c.rml/trunk/setup.cfg
  U   z3c.rml/trunk/setup.py

-=-
Deleted: z3c.rml/trunk/setup.cfg
===================================================================
--- z3c.rml/trunk/setup.cfg	2007-06-19 17:24:36 UTC (rev 76799)
+++ z3c.rml/trunk/setup.cfg	2007-06-19 17:30:20 UTC (rev 76800)
@@ -1,2 +0,0 @@
-[egg_info]
-tag_svn_revision = 1

Modified: z3c.rml/trunk/setup.py
===================================================================
--- z3c.rml/trunk/setup.py	2007-06-19 17:24:36 UTC (rev 76799)
+++ z3c.rml/trunk/setup.py	2007-06-19 17:30:20 UTC (rev 76800)
@@ -14,6 +14,7 @@
     include_package_data = True,
     package_dir = {'':'src'},
     namespace_packages = ['z3c'],
+    zip_safe = False,
     extras_require = dict(
         test = ['zope.pagetemplate', 'zope.testing'],
         pagetemplate = ['zope.pagetemplate']



More information about the Checkins mailing list