From 25a5db5ddaf92af688dbfece3ed4ee1cdaf18c5a Mon Sep 17 00:00:00 2001 From: ianb Date: Sun, 22 Oct 2006 20:48:05 +0000 Subject: Updated trove classifiers --- setup.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'setup.py') 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", -- cgit v1.2.1