diff 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
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -59,7 +59,7 @@
 setup(
     name = 'Genshi',
     version = '0.5',
-    description = 'A toolkit for stream-based generation of output for the web',
+    description = 'A toolkit for generation of output for the web',
     long_description = \
 """Genshi is a Python library that provides an integrated set of
 components for parsing, generating, and processing HTML, XML or
Copyright (C) 2012-2017 Edgewall Software