[Zope-Checkins] CVS: Zope - setup.py:1.31.2.10
Fred Drake
cvs-admin at zope.org
Tue Dec 2 11:59:26 EST 2003
Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv1455
Modified Files:
Tag: Zope-2_7-branch
setup.py
Log Message:
The logging package is no longer needed; we get this from Python always.
=== Zope/setup.py 1.31.2.9 => 1.31.2.10 ===
--- Zope/setup.py:1.31.2.9 Fri Nov 7 18:00:08 2003
+++ Zope/setup.py Tue Dec 2 11:59: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