Skip to content

Commit 247d063

Browse files
author
ubernostrum
committed
Update download_url for beta.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15041 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent b78834b commit 247d063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def fullsplit(path, result=None):
7777
author = 'Django Software Foundation',
7878
author_email = '[email protected]',
7979
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
80-
download_url = 'http://media.djangoproject.com/releases/1.3/Django-1.3-alpha-1.tar.gz',
80+
download_url = 'http://media.djangoproject.com/releases/1.3/Django-1.3-beta-1.tar.gz',
8181
packages = packages,
8282
cmdclass = cmdclasses,
8383
data_files = data_files,

0 commit comments

Comments
 (0)