summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Bicking <ian@ianbicking.org>2006-10-22 20:48:05 +0000
committerIan Bicking <ian@ianbicking.org>2006-10-22 20:48:05 +0000
commit470bdbfb9ab0c02e418b5db5fbe180ea13121a95 (patch)
tree63928e2b5c33886e7859788610bb7eecfd231c8a
parent233c1b61750c50b7a3729170143ffdd75e243d36 (diff)
downloadpaste-git-1.0.1.tar.gz
Updated trove classifiers1.0.1
-rw-r--r--setup.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 25883cf..435b14c 100644
--- a/setup.py
+++ b/setup.py
@@ -112,13 +112,18 @@ For the latest changes see the `news file
""",
classifiers=[
- "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
"Topic :: Software Development :: Libraries :: Python Modules",
+ "Topic :: Internet :: WWW/HTTP :: WSGI",
+ "Topic :: Internet :: WWW/HTTP :: WSGI :: Application",
+ "Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware",
+ "Topic :: Internet :: WWW/HTTP :: WSGI :: Server",
+ "Framework :: Paste",
],
keywords='web application server wsgi',
author="Ian Bicking",