Add a trove classifier that I missed when I originally set these up.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11381 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
James Bennett 2009-08-03 21:16:54 +00:00
parent 7ac1d98e1c
commit cb5e5dc2bc
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ setup(
'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',
],
)