From cb5e5dc2bc232905c03deea6bc453a2e9a2338f1 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Mon, 3 Aug 2009 21:16:54 +0000 Subject: [PATCH] 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 --- setup.py | 1 + 1 file changed, 1 insertion(+) 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', ], )