From 004aca569a2eebc903044f95e93f36516a44a658 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 2 Mar 2010 23:05:41 +0000 Subject: - ensure lru threading test doesn't run - Source code escaping has been simplified. In particular, module source files are now generated with the Python "magic encoding comment", and source code is passed through mostly unescaped, except for that code which is regenerated from parsed Python source. This fixes usage of unicode in <%namespace:defname> tags. [ticket:99] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index fe03b70..caed701 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ SVN version: """, classifiers=[ - 'Development Status :: 4 - Beta', + "Development Status :: 5 - Production/Stable", 'Environment :: Web Environment', 'Intended Audience :: Developers', 'Programming Language :: Python', -- cgit v1.2.1