From a9d5922c05ffb968479ec2f6d2af217414090bff Mon Sep 17 00:00:00 2001
From: Armin Ronacher <armin.ronacher@active-4.com>
Date: Fri, 18 Jul 2008 00:41:37 +0200
Subject: [PATCH] fixed development status classification

--HG--
branch : trunk
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 7062050..5e9c1d8 100644
--- a/setup.py
+++ b/setup.py
@@ -113,7 +113,7 @@ setup(
     # in form of html and txt files it's a better idea to extract the files
     zip_safe=False,
     classifiers=[
-        'Development Status :: 4 - Beta',
+        'Development Status :: 5 - Production/Stable',
         'Environment :: Web Environment',
         'Intended Audience :: Developers',
         'License :: OSI Approved :: BSD License',
-- 
2.26.2