[Checkins] SVN: zope.app.component/trunk/setup.py use PyPI for the url instead of svn.zope.org

Fred L. Drake, Jr. fdrake at gmail.com
Fri Aug 24 10:36:40 EDT 2007


Log message for revision 79234:
  use PyPI for the url instead of svn.zope.org

Changed:
  U   zope.app.component/trunk/setup.py

-=-
Modified: zope.app.component/trunk/setup.py
===================================================================
--- zope.app.component/trunk/setup.py	2007-08-24 14:33:47 UTC (rev 79233)
+++ zope.app.component/trunk/setup.py	2007-08-24 14:36:40 UTC (rev 79234)
@@ -4,7 +4,7 @@
 
 setup(name='zope.app.component',
       version = '3.4.0b3',
-      url='http://svn.zope.org/zope.app.component',
+      url='http://pypi.zope.org/pypi/zope.app.component',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
 



More information about the Checkins mailing list