From ebaebcc4385e682a3b876cc6fd1cc895691847c1 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Thu, 11 Nov 2010 07:18:15 +0000 Subject: [PATCH] Change development-status classifier in setup.py since this is an alpha. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14520 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e30e260191..a840c6791ed 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ setup( cmdclass = cmdclasses, data_files = data_files, scripts = ['django/bin/django-admin.py'], - classifiers = ['Development Status :: 5 - Production/Stable', + classifiers = ['Development Status :: 3 - Alpha', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers',