comparison setup.py @ 188:8709e8fbc6ef stable-0.2.x

Bump up version number on 0.2.x branch.
author cmlenz
date Tue, 22 Aug 2006 15:38:49 +0000
parents a0a52cf4e4de
children
comparison
equal deleted inserted replaced
187:29a19af7d17a 188:8709e8fbc6ef
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.2.1',
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