[Zope-Checkins] CVS: Zope - setup.py:1.46.2.1

Chris McDonough chrism at zopemafia.com
Mon Dec 22 21:32:58 EST 2003


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

Modified Files:
      Tag: chrism-scheduling-branch
	setup.py 
Log Message:
This branch includes low-level scheduling services for Zope.

See http://www.plope.com/Members/chrism/scheduling_service for more information.


=== Zope/setup.py 1.46 => 1.46.2.1 ===
--- Zope/setup.py:1.46	Sun Dec 21 20:07:29 2003
+++ Zope/setup.py	Mon Dec 22 21:32:27 2003
@@ -373,6 +373,19 @@
               'Interface.Common', 'Interface.Common.tests'],
     )
 
+# Lifetime
+setup(
+    name='Lifetime',
+    author=AUTHOR,
+
+    packages=['Lifetime', 'Lifetime.tests'],
+    ext_modules=[
+        Extension(name='Lifetime.timeslice',
+                  sources=['Lifetime/timeslicemodule.c'])
+        ]
+    
+    )
+
 #nt_svcutils
 setup(
     name='nt_svcutils',
@@ -714,7 +727,7 @@
     name='Top-level',
     author=AUTHOR,
 
-    py_modules=['Globals', 'ImageFile', 'xmlrpclib', 'Lifetime']
+    py_modules=['Globals', 'ImageFile', 'xmlrpclib']
     )
 
 # Products base directory




More information about the Zope-Checkins mailing list