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

Chris McDonough chrism@zope.com
Wed, 9 Oct 2002 00:56:42 -0400


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

Modified Files:
      Tag: chrism-install-branch
	setup.py 
Log Message:
Merge changes from trunk.


=== Zope/inst/setup.py 1.1.2.3 => 1.1.2.4 ===
--- Zope/inst/setup.py:1.1.2.3	Sat Oct  5 18:29:28 2002
+++ Zope/inst/setup.py	Wed Oct  9 00:56:41 2002
@@ -635,13 +635,32 @@
                   sources=['../Components/initgroups/initgroups.c'])]
 )
 
+# ZopeUndo
+setup(
+    name='ZopeUndo',
+    author=AUTHOR,
+
+    packages=['ZopeUndo', 'ZopeUndo.tests'],
+
+)
+
+# ZEO
+setup(
+    name='ZEO',
+    author=AUTHOR,
+
+    packages=['ZEO', 'ZEO.tests', 'ZEO.zrpc'],
+    data_files=[['ZEO', ['ZEO/*.txt']]],
+
+)
+
 # Other top-level packages (XXX should these be broken out at all?)
 setup(
     name='Top-level',
     author=AUTHOR,
 
-    py_modules=['Globals', 'ImageFile', 'LOG', 'Main', 'dcdb', 'tempfile',
-                'ts_regex', 'xmlrpclib', 'SignalHandler']
+    py_modules=['Globals', 'ImageFile', 'LOG', 'Main', 'dcdb', 'ts_regex',
+                'xmlrpclib',]
 )
 
 # Products base directory