Author: jezdez
Date: 2012-02-16 03:45:57 -0800 (Thu, 16 Feb 2012)
New Revision: 17534
Modified:
django/trunk/setup.py
Log:
Fixed download URL in setup.py.
Modified: django/trunk/setup.py
===================================================================
--- django/trunk/setup.py 2012-02-16 04:32:42 UTC (rev 17533)
+++ django/trunk/setup.py 2012-02-16 11:45:57 UTC (rev 17534)
@@ -75,7 +75,7 @@
author = 'Django Software Foundation',
author_email = '[email protected]',
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,
cmdclass = cmdclasses,
data_files = data_files,
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.