comparison setup.py @ 1008:4317e7c4729b stable-0.7.x 0.7.0

Set version and drop egg_info in preparation for tagging.
author hodgestar
date Sun, 27 Jan 2013 15:38:50 +0000
parents 8e3a5fd43370
children 2e169deb0adc
comparison
equal deleted inserted replaced
1007:9b0873396513 1008:4317e7c4729b
109 ] 109 ]
110 110
111 111
112 setup( 112 setup(
113 name = 'Genshi', 113 name = 'Genshi',
114 version = '0.7.1', 114 version = '0.7',
115 description = 'A toolkit for generation of output for the web', 115 description = 'A toolkit for generation of output for the web',
116 long_description = \ 116 long_description = \
117 """Genshi is a Python library that provides an integrated set of 117 """Genshi is a Python library that provides an integrated set of
118 components for parsing, generating, and processing HTML, XML or 118 components for parsing, generating, and processing HTML, XML or
119 other textual content for output generation on the web. The major 119 other textual content for output generation on the web. The major
Copyright (C) 2012-2017 Edgewall Software