[Zope-Checkins] CVS: Zope - setup.py:1.50

Fred L. Drake, Jr. fred at zope.com
Tue Jan 6 11:35:54 EST 2004


Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv11741

Modified Files:
	setup.py 
Log Message:
ZODB.FileStorage is a package now, so it needs to be mentioned here


=== Zope/setup.py 1.49 => 1.50 ===
--- Zope/setup.py:1.49	Fri Jan  2 14:02:35 2004
+++ Zope/setup.py	Tue Jan  6 11:35:53 2004
@@ -559,7 +559,8 @@
     name='ZODB',
     author=AUTHOR,
 
-    packages=['Persistence', 'persistent', 'ZODB', 'ZODB.tests'],
+    packages=['Persistence', 'persistent', 'ZODB', 'ZODB.tests',
+              'ZODB.FileStorage'],
     data_files=[['ZODB', ['ZODB/component.xml']]],
     ext_modules=[
         Extension(name='persistent.cPersistence',




More information about the Zope-Checkins mailing list