Skip to content

Commit

Permalink
[1.0.X] Add trove classifiers to 1.0 series setup.py. Not sure why I …
Browse files Browse the repository at this point in the history
…didn't do this before.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11382 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
ubernostrum committed Aug 3, 2009
1 parent 7af2b34 commit 542904e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.py
Expand Up @@ -81,4 +81,17 @@ def fullsplit(path, result=None):
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',
],
)

0 comments on commit 542904e

Please sign in to comment.