[Zope-Checkins] CVS: Zope/inst - setup.py:1.1.2.16

Chris McDonough chrism@zope.com
Sat, 25 Jan 2003 18:04:23 -0500


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv11221/inst

Modified Files:
      Tag: chrism-install-branch
	setup.py 
Log Message:
Remove references to nonexistent modules.

Make sure to copy xml files from zLOG during setup.


=== Zope/inst/setup.py 1.1.2.15 => 1.1.2.16 ===
--- Zope/inst/setup.py:1.1.2.15	Fri Jan 10 14:25:44 2003
+++ Zope/inst/setup.py	Sat Jan 25 18:04:19 2003
@@ -607,7 +607,9 @@
     name='zLOG',
     author=AUTHOR,
 
-    packages=['zLOG', 'zLOG.tests']
+    packages=['zLOG', 'zLOG.tests'],
+    data_files=[ ['zLOG', ['zLOG/*.xml']] ],
+    cmdclass={'install_data': install_data}
 )
 
 # zdaemon
@@ -668,8 +670,7 @@
     name='Top-level',
     author=AUTHOR,
 
-    py_modules=['Globals', 'ImageFile', 'LOG', 'ts_regex', 'xmlrpclib','zope',
-                'Lifetime']
+    py_modules=['Globals', 'ImageFile', 'xmlrpclib','zope', 'Lifetime']
 )
 
 # Products base directory