aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Kaplan-Moss2009-04-12 22:22:02 -0500
committerJacob Kaplan-Moss2009-04-12 22:22:02 -0500
commit2c8db05a9c7b5e7383a175a15bc8a15f755e1978 (patch)
treebdc4e04b13d9f13f9a3377fa7cf232981c005641
parentec52c6ddc007ff8c5f731d1ea07ee8a638d322c6 (diff)
downloaddjango-shorturls-2c8db05a9c7b5e7383a175a15bc8a15f755e1978.tar.bz2
Updated classifiers a bit.
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8b85550..5bc9347 100644
--- a/setup.py
+++ b/setup.py
@@ -22,10 +22,11 @@ setup(
classifiers = [
'Development Status :: 4 - Beta',
+ 'Framework :: Django',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
- 'Topic :: Internet',
+ 'Topic :: Internet :: WWW/HTTP',
]
) \ No newline at end of file