[Checkins] SVN: ZODB/trunk/setup.py Added missing packages and
directories.
Jim Fulton
jim at zope.com
Fri Feb 16 13:45:58 EST 2007
Log message for revision 72649:
Added missing packages and directories.
Changed:
U ZODB/trunk/setup.py
-=-
Modified: ZODB/trunk/setup.py
===================================================================
--- ZODB/trunk/setup.py 2007-02-16 18:38:21 UTC (rev 72648)
+++ ZODB/trunk/setup.py 2007-02-16 18:45:58 UTC (rev 72649)
@@ -132,8 +132,10 @@
# 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",
+ "ZEO", "ZEO.auth", "ZEO.zrpc", "ZEO.tests", "ZEO.scripts",
+ "ZODB", "ZODB.Blobs", "ZODB.Blobs.tests",
+ "ZODB.FileStorage", "ZODB.tests",
+ "ZODB.scripts",
"persistent", "persistent.tests",
"transaction", "transaction.tests",
"ThreadedAsync",
@@ -151,6 +153,8 @@
"ZEO",
"ZODB",
"ZODB/tests",
+ "ZODB/Blobs",
+ "ZODB/Blobs/tests",
]
for dir in directories:
exts = extensions
@@ -248,7 +252,6 @@
maintainer="Zope Corporation",
maintainer_email="zodb-dev at zope.org",
url = "http://www.zope.org/Wikis/ZODB",
- download_url = "http://www.zope.org/Products/ZODB3.5",
packages = packages,
package_dir = {'': 'src'},
ext_modules = exts,
More information about the Checkins
mailing list