Commit fbb7051b authored by Jim Fulton's avatar Jim Fulton

Added missing packages and directories.

parent 6713f3e3
...@@ -132,8 +132,10 @@ exts += [cPersistence, ...@@ -132,8 +132,10 @@ exts += [cPersistence,
# need to convert early versions of Zope3 databases to ZODB3. # 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", "ZEO.scripts",
"ZODB", "ZODB.FileStorage", "ZODB.tests", "ZODB", "ZODB.Blobs", "ZODB.Blobs.tests",
"ZODB.FileStorage", "ZODB.tests",
"ZODB.scripts",
"persistent", "persistent.tests", "persistent", "persistent.tests",
"transaction", "transaction.tests", "transaction", "transaction.tests",
"ThreadedAsync", "ThreadedAsync",
...@@ -151,6 +153,8 @@ def copy_other_files(cmd, outputbase): ...@@ -151,6 +153,8 @@ def copy_other_files(cmd, outputbase):
"ZEO", "ZEO",
"ZODB", "ZODB",
"ZODB/tests", "ZODB/tests",
"ZODB/Blobs",
"ZODB/Blobs/tests",
] ]
for dir in directories: for dir in directories:
exts = extensions exts = extensions
...@@ -248,7 +252,6 @@ setup(name="ZODB3", ...@@ -248,7 +252,6 @@ setup(name="ZODB3",
maintainer="Zope Corporation", maintainer="Zope Corporation",
maintainer_email="zodb-dev@zope.org", maintainer_email="zodb-dev@zope.org",
url = "http://www.zope.org/Wikis/ZODB", url = "http://www.zope.org/Wikis/ZODB",
download_url = "http://www.zope.org/Products/ZODB3.5",
packages = packages, packages = packages,
package_dir = {'': 'src'}, package_dir = {'': 'src'},
ext_modules = exts, ext_modules = exts,
......
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