diff options
| author | James Bennett <ubernostrum@gmail.com> | 2008-11-19 05:40:16 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2008-11-19 05:40:16 +0000 |
| commit | deab35c149608c461fe0d5961a3d06829ef4600b (patch) | |
| tree | 49d2b5ac363ee1952c6ab61671f5bad4cbf7401d /setup.py | |
| parent | ef784f94d8bc3c194f15cd05f36cf96699cbf6e6 (diff) | |
Add download_url so easy_install and friends will work
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9502 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ setup( name = "Django", version = version.replace(' ', '-'), url = 'http://www.djangoproject.com/', + download_url="http://media.djangoproject.com/releases/1.0.2/Django-1.0.2-final.tar.gz", author = 'Django Software Foundation', author_email = 'foundation@djangoproject.com', description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.', |
