comparison setup.py @ 188:11748ab353d9 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 dcc9dc25bc59
children
comparison
equal deleted inserted replaced
187:3932175304db 188:11748ab353d9
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