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

Chris McDonough chrism at zope.com
Wed Aug 20 11:43:46 EDT 2003


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

Modified Files:
	setup.py 
Log Message:
Add nt_svcutils package (break out of Startup to have a shot at using
the nt service utilities within ZEO and ZRS).


=== Zope/setup.py 1.37 => 1.38 ===
--- Zope/setup.py:1.37	Sun Aug 17 17:24:36 2003
+++ Zope/setup.py	Wed Aug 20 10:43:15 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