[Zodb-checkins] CVS: Releases/StandaloneZODB - setup.py:1.4
jeremy@digicool.com
jeremy@digicool.com
Wed, 18 Apr 2001 16:47:09 -0400 (EDT)
Update of /cvs-repository/Releases/StandaloneZODB
In directory korak:/tmp/cvs-serv7957
Modified Files:
setup.py
Log Message:
install the tests
--- Updated File setup.py in package Releases/StandaloneZODB --
--- setup.py 2001/04/02 16:36:54 1.3
+++ setup.py 2001/04/18 20:47:09 1.4
@@ -51,7 +51,7 @@
author_email = "zodb-dev@zope.org",
url = "http://www.zope.org",
- packages=['ZODB'],
+ packages=['ZODB', 'ZODB.tests'],
ext_modules = [cPersistence, cPickleCache, TimeStamp,
coptimizations, winlock],
@@ -81,7 +81,7 @@
url = "http://www.zope.org/Products/ZEO",
ext_modules = ext_modules,
- py_modules = zeo_modules + async_modules,
+ packages = ['ZEO', 'ZEO.tests'],
)
# BTrees