[Zodb-checkins] CVS: ZODB3 - setup.py:1.52
    Fred L. Drake, Jr. 
    fred at zope.com
       
    Tue Oct  7 17:38:21 EDT 2003
    
    
  
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv27387
Modified Files:
	setup.py 
Log Message:
update to reflect the updated ZConfig
=== ZODB3/setup.py 1.51 => 1.52 ===
--- ZODB3/setup.py:1.51	Thu Oct  2 14:17:32 2003
+++ ZODB3/setup.py	Tue Oct  7 17:38:20 2003
@@ -151,6 +151,8 @@
             "zdaemon", "zdaemon.tests",
             "ZopeUndo", "ZopeUndo.tests",
             "ZConfig", "ZConfig.tests",
+            "ZConfig.tests.library", "ZConfig.tests.library.widget",
+            "ZConfig.tests.library.thing",
             ]
 package_dir = {'BDBStorage': 'BDBStorage'}
 
@@ -176,7 +178,7 @@
         os.path.join("ZConfig", "tests", "input"),
         os.path.join("ZConfig", "tests", "library"),
         os.path.join("ZConfig", "tests", "library", "thing"),
-        os.path.join("ZConfig", "tests", "library", "thing", "ext"),
+        os.path.join("ZConfig", "tests", "library", "thing", "extras"),
         os.path.join("ZConfig", "tests", "library", "widget"),
         "ZEO",
         "ZODB",
    
    
More information about the Zodb-checkins
mailing list