[Zodb-checkins] SVN: ZODB/branches/3.8/setup.py If we have
setuptools, then let's include all data. I tried the
Stephan Richter
srichter at cosmos.phy.tufts.edu
Wed Oct 10 19:19:12 EDT 2007
Log message for revision 80811:
If we have setuptools, then let's include all data. I tried the
distutils-compatible method but it failed miserably.
Changed:
U ZODB/branches/3.8/setup.py
-=-
Modified: ZODB/branches/3.8/setup.py
===================================================================
--- ZODB/branches/3.8/setup.py 2007-10-10 16:40:35 UTC (rev 80810)
+++ ZODB/branches/3.8/setup.py 2007-10-10 23:19:11 UTC (rev 80811)
@@ -79,6 +79,7 @@
],
zip_safe = False,
entry_points = entry_points,
+ include_package_data = True,
)
scripts = []
More information about the Zodb-checkins
mailing list