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

Fred L. Drake, Jr. fred@zope.com
Fri, 10 Jan 2003 13:24:31 -0500


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

Modified Files:
	setup.py 
Log Message:
Install XML files from the zLOG package.


=== ZODB3/setup.py 1.37 => 1.38 ===
--- ZODB3/setup.py:1.37	Fri Jan 10 10:17:36 2003
+++ ZODB3/setup.py	Fri Jan 10 13:24:27 2003
@@ -174,6 +174,7 @@
         os.path.join("ZConfig", "tests", "library", "widget"),
         "ZEO",
         "ZODB",
+        "zLOG",
         ]:
         outputdir = os.path.join(outputbase, inputdir)
         if not os.path.exists(outputdir):