summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2010-12-23 04:12:42 +0000
committerJames Bennett <ubernostrum@gmail.com>2010-12-23 04:12:42 +0000
commitcbbfe1132804c4c05327bd5103fc6c1057ccb93a (patch)
treed7e7967fa6228fc1b5d888a59181bcbbd39c46b8 /setup.py
parent334654fdf1d4f660ce9bb2a4aa65859f6441f24d (diff)
[1.1.X] Update download_url for 1.1.3.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@15043 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index da565be2b5..663320bbc8 100644
--- a/setup.py
+++ b/setup.py
@@ -77,6 +77,7 @@ setup(
author = 'Django Software Foundation',
author_email = 'foundation@djangoproject.com',
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
+ download_url = 'http://media.djangoproject.com/releases/1.1/Django-1.1.3.tar.gz',
packages = packages,
cmdclass = cmdclasses,
data_files = data_files,