Skip to content

Commit 4877c88

Browse files
author
ubernostrum
committed
Update setup.py for RC 1.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11290 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent 3411c9f commit 4877c88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ def fullsplit(path, result=None):
7474
name = "Django",
7575
version = version.replace(' ', '-'),
7676
url = 'http://www.djangoproject.com/',
77-
download_url = 'http://media.djangoproject.com/releases/1.1/Django-1.1-beta-1.tar.gz',
77+
download_url = 'http://media.djangoproject.com/releases/1.1/Django-1.1-rc-1.tar.gz',
7878
author = 'Django Software Foundation',
7979
author_email = '[email protected]',
8080
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
8181
packages = packages,
8282
cmdclass = cmdclasses,
8383
data_files = data_files,
8484
scripts = ['django/bin/django-admin.py'],
85-
classifiers = ['Development Status :: 3 - Alpha',
85+
classifiers = ['Development Status :: 4 - Beta',
8686
'Environment :: Web Environment',
8787
'Framework :: Django',
8888
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)