diff options
| author | James Bennett <ubernostrum@gmail.com> | 2009-02-24 02:28:16 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2009-02-24 02:28:16 +0000 |
| commit | 1b9bbb546a78e5f0e995104c75685ceeeca1b761 (patch) | |
| tree | c1b04b362ffb54ae43ab145fa50f04a8a6fa61a0 /setup.py | |
| parent | 17bb750b080b6064b3240b767dd60e40cf69c591 (diff) | |
Add trove classifiers to setup.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9896 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -82,4 +82,16 @@ setup( cmdclass = cmdclasses, data_files = data_files, scripts = ['django/bin/django-admin.py'], + classifiers = ['Development Status :: 3 - Alpha', + '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 :: Python Modules', + ], ) |
