[Zope-Checkins]
SVN: Zope/branches/Zope-2_9-branch/releases/Zope2/SETUP.cfg
Merge r40126 from the trunk:
Philipp von Weitershausen
philikon at philikon.de
Tue Nov 15 10:13:24 EST 2005
Log message for revision 40127:
Merge r40126 from the trunk:
Only include *.py files for the scripts (in particular, DON'T include
the ZODBTools directory which was previously caught up in the '*' glob
and confused zpkgsetup).
Also include ZODBTools scripts (again, only *.py files).
Changed:
U Zope/branches/Zope-2_9-branch/releases/Zope2/SETUP.cfg
-=-
Modified: Zope/branches/Zope-2_9-branch/releases/Zope2/SETUP.cfg
===================================================================
--- Zope/branches/Zope-2_9-branch/releases/Zope2/SETUP.cfg 2005-11-15 15:08:36 UTC (rev 40126)
+++ Zope/branches/Zope-2_9-branch/releases/Zope2/SETUP.cfg 2005-11-15 15:13:24 UTC (rev 40127)
@@ -1,6 +1,7 @@
documentation doc/*.txt
-script utilities/*
+script utilities/*.py
+script utilities/ZODBTools/*.py
script zopetest
<data-files .>
More information about the Zope-Checkins
mailing list