Skip to content

Commit db23a55

Browse files
committed
CheeseShop started redirecting to PyPI.
git-svn-id: http://svn.colorstudy.com/SQLObject/trunk@4427 95a46c32-92d2-0310-94a5-8d71aeb3d4b3
1 parent 9d2ce59 commit db23a55

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/DeveloperGuide.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Documentation
189189
Please write documentation. Documentation should live in the docs/
190190
directory. Pudge converts documentation from Restructured Text to
191191
HTML. 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

docs/download.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Download 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
66
with `easy_install
77
<http://peak.telecommunity.com/DevCenter/EasyInstall>`_.
88

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
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"],
@@ -102,7 +102,7 @@
102102
http://news.gmane.org/gmane.comp.python.sqlobject
103103
104104
Download:
105-
http://cheeseshop.python.org/pypi/SQLObject/@@
105+
http://pypi.python.org/pypi/SQLObject/@@
106106
107107
News and changes:
108108
http://sqlobject.org/docs/News.html

0 commit comments

Comments
 (0)