Author: ubernostrum
Date: 2009-08-03 16:18:39 -0500 (Mon, 03 Aug 2009)
New Revision: 11382
Modified:
django/branches/releases/1.0.X/setup.py
Log:
[1.0.X] Add trove classifiers to 1.0 series setup.py. Not sure why I didn't do
this before.
Modified: django/branches/releases/1.0.X/setup.py
===================================================================
--- django/branches/releases/1.0.X/setup.py 2009-08-03 21:16:54 UTC (rev
11381)
+++ django/branches/releases/1.0.X/setup.py 2009-08-03 21:18:39 UTC (rev
11382)
@@ -81,4 +81,17 @@
cmdclass = cmdclasses,
data_files = data_files,
scripts = ['django/bin/django-admin.py'],
+ classifiers = ['Development Status :: 5 - Production/Stable',
+ 'Environment :: Web Environment',
+ 'Framework :: Django',
+ 'Intended Audience :: Developers',
+ 'License :: OSI Approved :: BSD License',
+ 'Operating System :: OS Independent',
+ 'Programming Language :: Python',
+ 'Topic :: Internet :: WWW/HTTP',
+ 'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
+ 'Topic :: Internet :: WWW/HTTP :: WSGI',
+ 'Topic :: Software Development :: Libraries :: Application
Frameworks',
+ 'Topic :: Software Development :: Libraries :: Python
Modules',
+ ],
)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---