comparison setup.py @ 900:83f72a384221 stable-0.6.x

Bump up version number of 0.6.x branch.
author cmlenz
date Thu, 22 Apr 2010 17:27:10 +0000
parents 85e4678337cf
children
comparison
equal deleted inserted replaced
899:1299f2ef61d0 900:83f72a384221
86 cmdclass['bdist_egg'] = my_bdist_egg 86 cmdclass['bdist_egg'] = my_bdist_egg
87 87
88 88
89 setup( 89 setup(
90 name = 'Genshi', 90 name = 'Genshi',
91 version = '0.6', 91 version = '0.6.1',
92 description = 'A toolkit for generation of output for the web', 92 description = 'A toolkit for generation of output for the web',
93 long_description = \ 93 long_description = \
94 """Genshi is a Python library that provides an integrated set of 94 """Genshi is a Python library that provides an integrated set of
95 components for parsing, generating, and processing HTML, XML or 95 components for parsing, generating, and processing HTML, XML or
96 other textual content for output generation on the web. The major 96 other textual content for output generation on the web. The major
Copyright (C) 2012-2017 Edgewall Software