Commit 0eb89f1c authored by Jeremy Hylton's avatar Jeremy Hylton

Don't include the ZODB.zodb4 packages in the released code.

parent f63d2173
...@@ -119,6 +119,9 @@ winlock = Extension(name = 'ZODB.winlock', ...@@ -119,6 +119,9 @@ winlock = Extension(name = 'ZODB.winlock',
exts += [cPersistence, cPickleCache, TimeStamp, winlock] 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", packages = ["BTrees", "BTrees.tests",
"ZEO", "ZEO.auth", "ZEO.zrpc", "ZEO.tests", "ZEO", "ZEO.auth", "ZEO.zrpc", "ZEO.tests",
"ZODB", "ZODB.FileStorage", "ZODB.tests", "ZODB", "ZODB.FileStorage", "ZODB.tests",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment