comparison setup.py @ 264:22842c0ca176 stable-0.3.x

Bumped up version number on 0.3.x stable branch.
author cmlenz
date Fri, 22 Sep 2006 13:49:24 +0000
parents 5c8125e03b72
children 186d18554183
comparison
equal deleted inserted replaced
263:52d17bd718d9 264:22842c0ca176
17 except ImportError: 17 except ImportError:
18 from distutils.core import setup 18 from distutils.core import setup
19 19
20 setup( 20 setup(
21 name = 'Genshi', 21 name = 'Genshi',
22 version = '0.3.1', 22 version = '0.3.2',
23 description = 'A toolkit for stream-based generation of output for the web', 23 description = 'A toolkit for stream-based generation of output for the web',
24 long_description = \ 24 long_description = \
25 """Genshi is a Python library that provides an integrated set of components 25 """Genshi is a Python library that provides an integrated set of components
26 for parsing, generating, and processing HTML, XML or other textual content for 26 for parsing, generating, and processing HTML, XML or other textual content for
27 output generation on the web. The major feature is a template language, which 27 output generation on the web. The major feature is a template language, which
Copyright (C) 2012-2017 Edgewall Software