Skip to content

Commit

Permalink
[1.3.x] Use correct download URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Jul 30, 2012
1 parent 0b0c51a commit e2ac917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -77,7 +77,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 = 'http://media.djangoproject.com/releases/1.3/Django-1.3.2.tar.gz', download_url = 'https://www.djangoproject.com/m/releases/1.3/Django-1.3.2.tar.gz',
packages = packages, packages = packages,
cmdclass = cmdclasses, cmdclass = cmdclasses,
data_files = data_files, data_files = data_files,
Expand Down

0 comments on commit e2ac917

Please sign in to comment.