summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorianb <ianb@localhost>2006-10-22 20:52:57 +0000
committerianb <ianb@localhost>2006-10-22 20:52:57 +0000
commit1384a5408e8fed6d54f0eedae54bbba1daad024d (patch)
treeea802c310d4b655ed00fc087c9785093f41da321
parented4a3f8fb36bc98b444e32db2e413bd5bf810bd8 (diff)
downloadpastedeploy-git-1384a5408e8fed6d54f0eedae54bbba1daad024d.tar.gz
Updated trove classifiers1.0
-rw-r--r--setup.py20
1 files changed, 12 insertions, 8 deletions
diff --git a/setup.py b/setup.py
index 8c0a98e..a1196ea 100644
--- a/setup.py
+++ b/setup.py
@@ -18,14 +18,18 @@ The latest version is available in a `Subversion repository
For the latest changes see the `news file
<http://pythonpaste.org/deploy/news.html>`_.
""",
- classifiers=["Development Status :: 4 - Beta",
- "Intended Audience :: Developers",
- "License :: OSI Approved :: Python Software Foundation License",
- "Programming Language :: Python",
- "Topic :: Internet :: WWW/HTTP",
- "Topic :: Internet :: WWW/HTTP :: Dynamic Content",
- "Topic :: Software Development :: Libraries :: Python Modules",
- ],
+ classifiers=[
+ "Development Status :: 5 - Production/Stable",
+ "Intended Audience :: Developers",
+ "License :: OSI Approved :: Python Software Foundation 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 :: Middleware",
+ "Framework :: Paste",
+ ],
keywords='web wsgi application server',
author="Ian Bicking",
author_email="ianb@colorstudy.com",