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

Fred Drake cvs-admin at zope.org
Tue Dec 2 12:00:30 EST 2003


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

Modified Files:
	setup.py 
Log Message:
The logging package is no longer needed; we get this from Python always.


=== Zope/setup.py 1.44 => 1.45 ===
--- Zope/setup.py:1.44	Fri Nov 28 11:43:29 2003
+++ Zope/setup.py	Tue Dec  2 12:00:25 2003
@@ -373,13 +373,6 @@
               'Interface.Common', 'Interface.Common.tests'],
     )
 
-# logging
-setup(
-    name='logging',
-    author='Vinay Sajip',
-    packages=['logging'],
-    )
-
 #nt_svcutils
 setup(
     name='nt_svcutils',




More information about the Zope-Checkins mailing list