0001version = "0.9.3"
0002author = "Ryan Tomayko"
0003email = "rtomayko@gmail.com"
0004copyright = "Copyright 2004-2006, Ryan Tomayko, David Stanek, Christoph Zwerschke, Daniel Miller"
0005license = "MIT" # http://www.opensource.org/licenses/mit-license.php
0006long_description = """Pythonic, XML Templating
0007
0008Kid is a simple, Python-based template language for generating and
0009transforming XML vocabularies. Kid was spawned as a result of a kinky love
0010triangle between XSLT, TAL, and PHP. We believe many of the best features
0011of these languages live on in Kid with much of the limitations and
0012complexity stamped out (well, eventually :).
0013
0014"""