summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-03-02 23:05:41 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2010-03-02 23:05:41 +0000
commit004aca569a2eebc903044f95e93f36516a44a658 (patch)
tree5f7a719c84ac009684d5108d45d20dc057c360b4 /setup.py
parent16326e69035fd606dd563eaf322033304da8c20c (diff)
downloadmako-004aca569a2eebc903044f95e93f36516a44a658.tar.gz
- 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]
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',