File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ Documentation
189189Please write documentation. Documentation should live in the docs/
190190directory. Pudge converts documentation from Restructured Text to
191191HTML. It presently requires kid 0.9.3, which must be obtained
192- separately (for instance, from http://cheeseshop .python.org/pypi/kid/0.9.3)
192+ separately (for instance, from http://pypi .python.org/pypi/kid/0.9.3)
193193
194194.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
195195 :target: http://sourceforge.net/projects/sqlobject
Original file line number Diff line number Diff line change 11Download SQLObject
22++++++++++++++++++
33
4- The latest releases are always available on the `Python Cheese Shop
5- <http://cheeseshop .python.org/pypi/SQLObject>`_, and is installable
4+ The latest releases are always available on the `Python Package Index
5+ <http://pypi .python.org/pypi/SQLObject>`_, and is installable
66with `easy_install
77<http://peak.telecommunity.com/DevCenter/EasyInstall>`_.
88
Original file line number Diff line number Diff line change 5151 author = "Ian Bicking" ,
5252 author_email = "ianb@colorstudy.com" ,
5353 url = "http://sqlobject.org/devel/" ,
54- download_url = "http://cheeseshop .python.org/pypi/SQLObject/%s" % version ,
54+ download_url = "http://pypi .python.org/pypi/SQLObject/%s" % version ,
5555 license = "LGPL" ,
5656 packages = ["sqlobject" ] + ['sqlobject.%s' % package for package in subpackages ],
5757 scripts = ["scripts/sqlobject-admin" , "scripts/sqlobject-convertOldURI" ],
102102http://news.gmane.org/gmane.comp.python.sqlobject
103103
104104Download:
105- http://cheeseshop .python.org/pypi/SQLObject/@@
105+ http://pypi .python.org/pypi/SQLObject/@@
106106
107107News and changes:
108108http://sqlobject.org/docs/News.html
You can’t perform that action at this time.
0 commit comments