comparison setup.py @ 4:f8612f05af99

Added first stab of an implementation of the !TurboGears [http://www.turbogears.org/docs/plugins/template.html plugin API for template engines], and also a !TurboGears-based example using this plugin. Both written by Matt Good.
author cmlenz
date Sat, 03 Jun 2006 12:31:58 +0000
parents 821114ec4f69
children b8456279c444
comparison
equal deleted inserted replaced
3:e86dcec16d55 4:f8612f05af99
19 description='Toolkit for stream-based generation of markup for the web', 19 description='Toolkit for stream-based generation of markup for the web',
20 author='Christopher Lenz', author_email='cmlenz@gmx.net', 20 author='Christopher Lenz', author_email='cmlenz@gmx.net',
21 license='BSD', url='http://markup.cmlenz.net/', 21 license='BSD', url='http://markup.cmlenz.net/',
22 packages=find_packages(exclude=['*.tests*']), 22 packages=find_packages(exclude=['*.tests*']),
23 test_suite = 'markup.tests.suite', 23 test_suite = 'markup.tests.suite',
24 zip_safe = True 24 zip_safe = True,
25 entry_points = """
26 [python.templating.engines]
27 markup = markup.plugin:TemplateEnginePlugin
28 """,
25 ) 29 )
Copyright (C) 2012-2017 Edgewall Software