[Zodb-checkins] SVN: ZODB/trunk/s - Make sure that all package data
is included when using setuputils.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Mon Nov 5 12:00:34 EST 2007
Log message for revision 81534:
- Make sure that all package data is included when using setuputils.
(Forward-port from 3.8 branch)
- winlock.c does not exist anymore, so do not try to compile it. This
only affects zpkg.
- Ignore a generated file.
Changed:
U ZODB/trunk/setup.py
_U ZODB/trunk/src/
U ZODB/trunk/src/ZODB/SETUP.cfg
-=-
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py 2007-11-05 16:57:26 UTC (rev 81533)
+++ ZODB/trunk/setup.py 2007-11-05 17:00:34 UTC (rev 81534)
@@ -80,6 +80,7 @@
],
zip_safe = False,
entry_points = entry_points,
+ include_package_data = True,
)
scripts = []
Property changes on: ZODB/trunk/src
___________________________________________________________________
Name: svn:ignore
+ ZODB3.egg-info
Modified: ZODB/trunk/src/ZODB/SETUP.cfg
===================================================================
--- ZODB/trunk/src/ZODB/SETUP.cfg 2007-11-05 16:57:26 UTC (rev 81533)
+++ ZODB/trunk/src/ZODB/SETUP.cfg 2007-11-05 17:00:34 UTC (rev 81534)
@@ -1,5 +1 @@
# Extension information for zpkg.
-
-<extension winlock>
- source winlock.c
-</extension>
More information about the Zodb-checkins
mailing list