aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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