comparison setup.py @ 784:67d324a62cc0 experimental-match-fastpaths

update to 0.5.x branch, up through r907 don't know how this fits in with SoC work, but I wanted to do due diligence and keep this branch working in case it someday gets considered for trunk
author aflett
date Mon, 21 Jul 2008 23:17:52 +0000
parents 8f2c7023af94
children
comparison
equal deleted inserted replaced
724:8f2c7023af94 784:67d324a62cc0
65 else: 65 else:
66 speedups = None 66 speedups = None
67 67
68 setup( 68 setup(
69 name = 'Genshi', 69 name = 'Genshi',
70 version = '0.5', 70 version = '0.5.2',
71 description = 'A toolkit for generation of output for the web', 71 description = 'A toolkit for generation of output for the web',
72 long_description = \ 72 long_description = \
73 """Genshi is a Python library that provides an integrated set of 73 """Genshi is a Python library that provides an integrated set of
74 components for parsing, generating, and processing HTML, XML or 74 components for parsing, generating, and processing HTML, XML or
75 other textual content for output generation on the web. The major 75 other textual content for output generation on the web. The major
Copyright (C) 2012-2017 Edgewall Software