summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2011-04-05 13:09:12 +0200
committerAsk Solem <ask@celeryproject.org>2011-04-05 13:09:21 +0200
commitf45b31b9d242ec85f66508f19b7b3561fb5ee165 (patch)
tree8efd8992aea21201058e2bcea4a1fbced8dc76bf
parent69f3b35f85833ab19bc17881998d7931de801e51 (diff)
downloadkombu-f45b31b9d242ec85f66508f19b7b3561fb5ee165.tar.gz
Set development status: Production/Stable
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 829b5a72..960b2a71 100644
--- a/setup.py
+++ b/setup.py
@@ -94,7 +94,7 @@ setup(
],
tests_require=tests_require,
classifiers=[
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
"Framework :: Django",
"Operating System :: OS Independent",
"Programming Language :: Python",
@@ -108,6 +108,7 @@ setup(
"Intended Audience :: Developers",
"Topic :: Communications",
"Topic :: System :: Distributed Computing",
+ "Topic :: System :: Networking",
"Topic :: Software Development :: Libraries :: Python Modules",
],
long_description=long_description,