[Zope-Checkins] CVS: Zope - setup.py:1.57
Tim Peters
tim.one at comcast.net
Thu Apr 8 12:35:51 EDT 2004
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv31230
Modified Files:
setup.py
Log Message:
http://zope.org/Collectors/Zope/1290 setup.py not up to date
Teach setup.py about the new transaction package.
=== Zope/setup.py 1.56 => 1.57 ===
--- Zope/setup.py:1.56 Thu Apr 8 05:18:17 2004
+++ Zope/setup.py Thu Apr 8 12:35:50 2004
@@ -551,7 +551,7 @@
name='ZODB',
author=AUTHOR,
- packages=['Persistence', 'persistent', 'ZODB', 'ZODB.tests',
+ packages=['Persistence', 'persistent', 'transaction', 'ZODB', 'ZODB.tests',
'ZODB.FileStorage'],
data_files=[['ZODB', ['ZODB/component.xml']]],
ext_modules=[
More information about the Zope-Checkins
mailing list