comparison setup.py @ 981:95cb5bf323e5 stable-0.7.x

Put back [egg_info], bump version number and add new section to ChangeLog.
author hodgestar
date Sun, 30 Dec 2012 14:54:50 +0000
parents 349c74c022bc
children 8e3a5fd43370
comparison
equal deleted inserted replaced
980:82918db18e96 981:95cb5bf323e5
108 packages = ['genshi', 'genshi.filters', 'genshi.template'] 108 packages = ['genshi', 'genshi.filters', 'genshi.template']
109 109
110 110
111 setup( 111 setup(
112 name = 'Genshi', 112 name = 'Genshi',
113 version = '0.7', 113 version = '0.7.1',
114 description = 'A toolkit for generation of output for the web', 114 description = 'A toolkit for generation of output for the web',
115 long_description = \ 115 long_description = \
116 """Genshi is a Python library that provides an integrated set of 116 """Genshi is a Python library that provides an integrated set of
117 components for parsing, generating, and processing HTML, XML or 117 components for parsing, generating, and processing HTML, XML or
118 other textual content for output generation on the web. The major 118 other textual content for output generation on the web. The major
Copyright (C) 2012-2017 Edgewall Software