summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2011-04-05 13:10:25 +0200
committerAsk Solem <ask@celeryproject.org>2011-04-05 13:10:25 +0200
commit958f239637ba40cc1f20a67efc1a2b566a2f7222 (patch)
treef7dd732a15fb312f86bb9d9db46699108ca254f1 /setup.py
parentf45b31b9d242ec85f66508f19b7b3561fb5ee165 (diff)
downloadkombu-958f239637ba40cc1f20a67efc1a2b566a2f7222.tar.gz
Removes trove classifier Framework ::Django
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 960b2a71..e38e25e5 100644
--- a/setup.py
+++ b/setup.py
@@ -95,7 +95,7 @@ setup(
tests_require=tests_require,
classifiers=[
"Development Status :: 5 - Production/Stable",
- "Framework :: Django",
+ "License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
@@ -104,7 +104,6 @@ setup(
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.4",
"Programming Language :: Python :: 2",
- "License :: OSI Approved :: BSD License",
"Intended Audience :: Developers",
"Topic :: Communications",
"Topic :: System :: Distributed Computing",