summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2009-08-03 21:16:54 +0000
committerJames Bennett <ubernostrum@gmail.com>2009-08-03 21:16:54 +0000
commitcb5e5dc2bc232905c03deea6bc453a2e9a2338f1 (patch)
treeed5b22dec40ad65f131ec8f16ab2ef3362103c49 /setup.py
parent7ac1d98e1cf740fd93103956104a16e1888d4996 (diff)
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
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index fa617cc87c..da565be2b5 100644
--- a/setup.py
+++ b/setup.py
@@ -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',
],
)