summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHonza Král <honza.kral@gmail.com>2009-08-05 01:27:15 +0000
committerHonza Král <honza.kral@gmail.com>2009-08-05 01:27:15 +0000
commit97db2014f8fc7574976711bbaf833c9467486998 (patch)
treea8961a4db2884e2cfe6d62363839fb2e2547b4d7 /setup.py
parent37ce9a503511eb612a5d17f9908cf4f6f72f9a7b (diff)
[soc2009/model-validation] Merged to trunk at r11365
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/model-validation@11395 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 4e84c94d8d..6ccf827e45 100644
--- a/setup.py
+++ b/setup.py
@@ -74,7 +74,7 @@ setup(
name = "Django",
version = version.replace(' ', '-'),
url = 'http://www.djangoproject.com/',
- download_url = 'http://media.djangoproject.com/releases/1.1/Django-1.1-beta-1.tar.gz',
+ download_url = 'http://media.djangoproject.com/releases/1.1/Django-1.1.tar.gz',
author = 'Django Software Foundation',
author_email = 'foundation@djangoproject.com',
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
@@ -82,7 +82,7 @@ setup(
cmdclass = cmdclasses,
data_files = data_files,
scripts = ['django/bin/django-admin.py'],
- classifiers = ['Development Status :: 3 - Alpha',
+ classifiers = ['Development Status :: 5 - Production/Stable',
'Environment :: Web Environment',
'Framework :: Django',
'Intended Audience :: Developers',