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

Fred L. Drake, Jr. fred@zope.com
Fri, 17 Jan 2003 14:05:12 -0500


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

Modified Files:
	setup.py 
Log Message:
The zdaemon package has a ZConfig schema now as well, so copy it for
build and install.


=== ZODB3/setup.py 1.39 => 1.40 ===
--- ZODB3/setup.py:1.39	Fri Jan 17 13:28:56 2003
+++ ZODB3/setup.py	Fri Jan 17 14:05:09 2003
@@ -177,6 +177,7 @@
         os.path.join("ZConfig", "tests", "library", "widget"),
         "ZEO",
         "ZODB",
+        "zdaemon",
         "zLOG",
         ]:
         outputdir = os.path.join(outputbase, inputdir)