Skip to content

Commit

Permalink
Fixed download URL in setup.py.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17534 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jezdez committed Feb 16, 2012
1 parent 19e1a35 commit 8f4d12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def fullsplit(path, result=None):
author = 'Django Software Foundation', author = 'Django Software Foundation',
author_email = 'foundation@djangoproject.com', author_email = 'foundation@djangoproject.com',
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.', description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4-b1.tar.gz', download_url = 'https://www.djangoproject.com/m/releases/1.4/Django-1.4b1.tar.gz',
packages = packages, packages = packages,
cmdclass = cmdclasses, cmdclass = cmdclasses,
data_files = data_files, data_files = data_files,
Expand Down

0 comments on commit 8f4d12e

Please sign in to comment.