[Checkins] SVN: grokproject/tags/1.0b1/setup.py Fix dangerous download URL in project, as otherwise easy_install -U breaks.

Martijn Faassen faassen at startifact.com
Tue Sep 22 06:47:05 EDT 2009


Log message for revision 104422:
  Fix dangerous download URL in project, as otherwise easy_install -U breaks.
  

Changed:
  U   grokproject/tags/1.0b1/setup.py

-=-
Modified: grokproject/tags/1.0b1/setup.py
===================================================================
--- grokproject/tags/1.0b1/setup.py	2009-09-22 10:45:49 UTC (rev 104421)
+++ grokproject/tags/1.0b1/setup.py	2009-09-22 10:47:05 UTC (rev 104422)
@@ -10,7 +10,7 @@
     author='Grok Team',
     author_email='grok-dev at zope.org',
     url='https://launchpad.net/grok',
-    download_url='svn://svn.zope.org/repos/main/grokproject/trunk#egg=grokproject-dev',
+    download_url='http://pypi.python.org/pypi/grokproject',
     description="""
     Script that sets up a grok project directory, installs Zope 3 and grok and
     creates a template for a grok application.""",



More information about the checkins mailing list