[Zodb-checkins] CVS: ZODB3 - setup.py:1.35
Guido van Rossum
guido@python.org
Thu, 9 Jan 2003 15:38:51 -0500
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv14995
Modified Files:
setup.py
Log Message:
Install ZEO/schema.xml.
=== ZODB3/setup.py 1.34 => 1.35 ===
--- ZODB3/setup.py:1.34 Tue Jan 7 17:40:06 2003
+++ ZODB3/setup.py Thu Jan 9 15:38:49 2003
@@ -183,6 +183,9 @@
fn = os.path.join("ZODB", "config.xml")
cmd.copy_file(fn, os.path.join(outputbase, fn))
+ fn = os.path.join("ZEO", "schema.xml")
+ cmd.copy_file(fn, os.path.join(outputbase, fn))
+
class MyLibInstaller(install_lib):
"""Custom library installer, used to put hosttab in the right place."""
# We use the install_lib command since we need to put hosttab