[Zope-CVS] CVS: ZODB - setup.py:1.6
Jeremy Hylton
jeremy at zope.com
Wed Mar 3 09:20:27 EST 2004
Update of /cvs-repository/ZODB
In directory cvs.zope.org:/tmp/cvs-serv16859
Modified Files:
setup.py
Log Message:
Add persistent.tests to the list of modules with .txt files.
=== ZODB/setup.py 1.5 => 1.6 ===
--- ZODB/setup.py:1.5 Fri Feb 20 14:09:43 2004
+++ ZODB/setup.py Wed Mar 3 09:20:27 2004
@@ -159,6 +159,7 @@
# into a package just like .py files.
extensions = ["*.conf", "*.xml", "*.txt", "*.sh"]
for dir in [
+ "persistent/tests",
"ZConfig/components/basic",
"ZConfig/components/logger",
"ZConfig/tests/input",
More information about the Zope-CVS
mailing list