[Checkins] SVN: grokproject/trunk/grokproject/template/setup.py_tmpl Fix url to list_classifiers.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Thu Feb 3 09:35:27 EST 2011


Log message for revision 120084:
  Fix url to list_classifiers.

Changed:
  U   grokproject/trunk/grokproject/template/setup.py_tmpl

-=-
Modified: grokproject/trunk/grokproject/template/setup.py_tmpl
===================================================================
--- grokproject/trunk/grokproject/template/setup.py_tmpl	2011-02-03 09:56:55 UTC (rev 120083)
+++ grokproject/trunk/grokproject/template/setup.py_tmpl	2011-02-03 14:35:26 UTC (rev 120084)
@@ -7,7 +7,7 @@
       description="${description|nothing}",
       long_description="""\
 ${long_description|nothing}""",
-      # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers
+      # Get strings from http://pypi.python.org/pypi?:action=list_classifiers
       classifiers=[],
       keywords=${repr(keywords)|empty},
       author=${repr(author)|empty},



More information about the checkins mailing list