[Zodb-checkins] CVS: ZODB3 - setup.py:1.61

Fred L. Drake, Jr. fred at zope.com
Fri Jan 2 14:26:08 EST 2004


Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv18661

Modified Files:
	setup.py 
Log Message:
add the new ZConfig packages in yet another place so data files are
copied (needed since the XML schema component definitions are there)


=== ZODB3/setup.py 1.60 => 1.61 ===
--- ZODB3/setup.py:1.60	Fri Jan  2 13:57:47 2004
+++ ZODB3/setup.py	Fri Jan  2 14:26:07 2004
@@ -156,6 +156,8 @@
 
 def copy_other_files(cmd, outputbase):
     for inputdir in [
+        os.path.join("ZConfig", "components", "basic"),
+        os.path.join("ZConfig", "components", "logger"),
         os.path.join("ZConfig", "tests", "input"),
         os.path.join("ZConfig", "tests", "library"),
         os.path.join("ZConfig", "tests", "library", "thing"),




More information about the Zodb-checkins mailing list