summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormartin.von.loewis <devnull@localhost>2007-07-26 21:30:58 +0000
committermartin.von.loewis <devnull@localhost>2007-07-26 21:30:58 +0000
commit13a941e093adb912df1c0dded2b069968ba04723 (patch)
treebbb88ada26d6dd324ba03ff0562f6c85b9d2bf3c /setup.py
parent28bffe1f7c40880a3f4ba8e5c1c0ae967a5ff558 (diff)
downloaddecorator-13a941e093adb912df1c0dded2b069968ba04723.tar.gz
cheeseshop.python.org -> pypi.python.org.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index a8476f1..b23331f 100644
--- a/setup.py
+++ b/setup.py
@@ -9,15 +9,15 @@ setup(
name = "pypi",
version = '2005-08-01',
description =
- "PyPI is the Python Package Index at http://cheeseshop.python.org/",
+ "PyPI is the Python Package Index at http://pypi.python.org/",
long_description = '''PyPI has a new home at
-<http://cheeseshop.python.org/>. Users should need not need to change
+<http://pypi.python.org/>. Users should need not need to change
anything, as the old "www" address should still work. Use of the new
address in preference is encouraged.
''',
author = "Richard Jones",
author_email = "richard@mechanicalcat.net",
- url = 'http://cheeseshop.python.org/',
+ url = 'http://pypi.python.org/',
classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',