summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-10-22 20:48:05 +0000
committerianb <devnull@localhost>2006-10-22 20:48:05 +0000
commit25a5db5ddaf92af688dbfece3ed4ee1cdaf18c5a (patch)
tree63928e2b5c33886e7859788610bb7eecfd231c8a /setup.py
parent417127ed4029952f7a81c76c8202f8d098ccae47 (diff)
downloadpaste-25a5db5ddaf92af688dbfece3ed4ee1cdaf18c5a.tar.gz
Updated trove classifiers1.0.1
Diffstat (limited to 'setup.py')
-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",