[Checkins] SVN: zc.z3monitor/branches/dev/setup.py do not lose the ZCML in packaging

Fred L. Drake, Jr. fdrake at gmail.com
Thu Jun 14 15:30:52 EDT 2007


Log message for revision 76700:
  do not lose the ZCML in packaging

Changed:
  U   zc.z3monitor/branches/dev/setup.py

-=-
Modified: zc.z3monitor/branches/dev/setup.py
===================================================================
--- zc.z3monitor/branches/dev/setup.py	2007-06-14 14:02:00 UTC (rev 76699)
+++ zc.z3monitor/branches/dev/setup.py	2007-06-14 19:30:52 UTC (rev 76700)
@@ -14,5 +14,6 @@
     namespace_packages = ['zc'],
     package_dir = {'': 'src'},
     install_requires = ['setuptools', 'zc.ngi'],
+    include_package_data = True,
     zip_safe = False,
     )



More information about the Checkins mailing list