comparison setup.py @ 189:0be9ba422a33 trunk

Bump up version number on trunk.
author cmlenz
date Tue, 22 Aug 2006 15:39:28 +0000
parents dcc9dc25bc59
children 94120e6b0ce4
comparison
equal deleted inserted replaced
186:3d8501e292d1 189:0be9ba422a33
17 except ImportError: 17 except ImportError:
18 from distutils.core import setup 18 from distutils.core import setup
19 19
20 setup( 20 setup(
21 name = 'Markup', 21 name = 'Markup',
22 version = '0.2', 22 version = '0.3',
23 description = 'Toolkit for stream-based generation of markup for the web', 23 description = 'Toolkit for stream-based generation of markup for the web',
24 long_description = \ 24 long_description = \
25 '''Markup is a Python library that provides an integrated set of components for 25 '''Markup is a Python library that provides an integrated set of components for
26 parsing, generating, and processing HTML or XML content in a uniform manner. 26 parsing, generating, and processing HTML or XML content in a uniform manner.
27 The major feature is a template language that is heavily inspired by Kid.''', 27 The major feature is a template language that is heavily inspired by Kid.''',
Copyright (C) 2012-2017 Edgewall Software