comparison setup.py @ 599:eaf2a3171e12 trunk

Get rid of the previously overemphasized term ?stream-based? in the tagline, which seems to turn some people off.
author cmlenz
date Tue, 14 Aug 2007 09:52:13 +0000
parents badb5e5b7bb9
children ae54722b00d1
comparison
equal deleted inserted replaced
596:badb5e5b7bb9 599:eaf2a3171e12
57 speedups = None 57 speedups = None
58 58
59 setup( 59 setup(
60 name = 'Genshi', 60 name = 'Genshi',
61 version = '0.5', 61 version = '0.5',
62 description = 'A toolkit for stream-based generation of output for the web', 62 description = 'A toolkit for generation of output for the web',
63 long_description = \ 63 long_description = \
64 """Genshi is a Python library that provides an integrated set of 64 """Genshi is a Python library that provides an integrated set of
65 components for parsing, generating, and processing HTML, XML or 65 components for parsing, generating, and processing HTML, XML or
66 other textual content for output generation on the web. The major 66 other textual content for output generation on the web. The major
67 feature is a template language, which is heavily inspired by Kid.""", 67 feature is a template language, which is heavily inspired by Kid.""",
Copyright (C) 2012-2017 Edgewall Software