Author: ubernostrum
Date: 2010-11-11 01:18:15 -0600 (Thu, 11 Nov 2010)
New Revision: 14520
Modified:
django/trunk/setup.py
Log:
Change development-status classifier in setup.py since this is an alpha.
Modified: django/trunk/setup.py
===================================================================
--- django/trunk/setup.py 2010-11-11 07:15:30 UTC (rev 14519)
+++ django/trunk/setup.py 2010-11-11 07:18:15 UTC (rev 14520)
@@ -82,7 +82,7 @@
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',
--
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.