We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c030907 commit b833254Copy full SHA for b833254
setup.py
@@ -74,6 +74,7 @@ def fullsplit(path, result=None):
74
name = "Django",
75
version = version.replace(' ', '-'),
76
url = 'http://www.djangoproject.com/',
77
+ download_url = 'http://media.djangoproject.com/releases/1.1/Django-1.0.4.tar.gz',
78
author = 'Django Software Foundation',
79
author_email = 'foundation@djangoproject.com',
80
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
0 commit comments