comparison setup.py @ 272:3aca57be8427 stable-0.3.x 0.3.4

Ported [330],[333], and [334] to 0.3.x stable branch.
author cmlenz
date Wed, 27 Sep 2006 09:27:17 +0000
parents 93cf6ed1bef9
children 8015a5c44114
comparison
equal deleted inserted replaced
264:93cf6ed1bef9 272:3aca57be8427
50 test_suite = 'genshi.tests.suite', 50 test_suite = 'genshi.tests.suite',
51 51
52 extras_require = {'plugin': ['setuptools>=0.6a2']}, 52 extras_require = {'plugin': ['setuptools>=0.6a2']},
53 entry_points = """ 53 entry_points = """
54 [python.templating.engines] 54 [python.templating.engines]
55 genshi = genshi.plugin:TemplateEnginePlugin[plugin] 55 genshi = genshi.plugin:MarkupTemplateEnginePlugin[plugin]
56 genshi-markup = genshi.plugin:MarkupTemplateEnginePlugin[plugin]
57 genshi-text = genshi.plugin:TextTemplateEnginePlugin[plugin]
56 """, 58 """,
57 ) 59 )
Copyright (C) 2012-2017 Edgewall Software