[Checkins] SVN: zope.publisher/trunk/setup.py - removing explicit dependency links. this breaks any kind of mirroring.

Christian Theune ct at gocept.com
Mon Apr 23 05:56:13 EDT 2007


Log message for revision 74655:
   - removing explicit dependency links. this breaks any kind of mirroring.
  

Changed:
  U   zope.publisher/trunk/setup.py

-=-
Modified: zope.publisher/trunk/setup.py
===================================================================
--- zope.publisher/trunk/setup.py	2007-04-23 09:25:45 UTC (rev 74654)
+++ zope.publisher/trunk/setup.py	2007-04-23 09:56:12 UTC (rev 74655)
@@ -23,7 +23,6 @@
 setup(name='zope.publisher',
       version='3.4dev',
       url='http://svn.zope.org/zope.publisher',
-      dependency_links=['http://download.zope.org/distribution/',],
       license='ZPL 2.1',
       description='Zope publisher',
       author='Zope Corporation and Contributors',



More information about the Checkins mailing list