[Zope-CVS] CVS: ZODB - setup.py:1.5

Jeremy Hylton jeremy at zope.com
Fri Feb 20 14:09:43 EST 2004


Update of /cvs-repository/ZODB
In directory cvs.zope.org:/tmp/cvs-serv15663

Modified Files:
	setup.py 
Log Message:
Don't include the ZODB.zodb4 packages in the released code.


=== ZODB/setup.py 1.4 => 1.5 ===
--- ZODB/setup.py:1.4	Wed Feb 18 22:11:02 2004
+++ ZODB/setup.py	Fri Feb 20 14:09:43 2004
@@ -119,6 +119,9 @@
 
 exts += [cPersistence, cPickleCache, TimeStamp, winlock]
 
+# The ZODB.zodb4 code is not being packaged, because it is only
+# need to convert early versions of Zope3 databases to ZODB3.
+
 packages = ["BTrees", "BTrees.tests",
             "ZEO", "ZEO.auth", "ZEO.zrpc", "ZEO.tests",
             "ZODB", "ZODB.FileStorage", "ZODB.tests",




More information about the Zope-CVS mailing list