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

Chris McDonough chrism at zope.com
Wed Aug 20 11:45:37 EDT 2003


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

Modified Files:
      Tag: Zope-2_7-branch
	setup.py 
Log Message:
Add nt_svcutils module (broken out of Startup to allow us a shot at using
the service utils outside Zope).


=== Zope/setup.py 1.31.2.5 => 1.31.2.6 ===
--- Zope/setup.py:1.31.2.5	Sun Aug 17 17:26:49 2003
+++ Zope/setup.py	Wed Aug 20 10:45:06 2003
@@ -380,6 +380,13 @@
     packages=['logging'],
     )
 
+#nt_svcutils
+setup(
+    name='nt_svcutils',
+    author=AUTHOR,
+    packages=['nt_svcutils'],
+    )
+
 # OFS
 setup(
     name='OFS',




More information about the Zope-Checkins mailing list