comparison setup.py @ 94:50dafcaa588d

version bump
author Jeff Hammel <k0scist@gmail.com>
date Sun, 21 Aug 2016 19:31:14 -0700
parents bdb9e39abd84
children 2c7c4fda1a14
comparison
equal deleted inserted replaced
93:bdb9e39abd84 94:50dafcaa588d
4 try: 4 try:
5 description = file("README.txt").read() 5 description = file("README.txt").read()
6 except IOError: 6 except IOError:
7 description = '' 7 description = ''
8 8
9 version = '0.13.1' 9 version = '0.13.2'
10 10
11 setup(name='decoupage', 11 setup(name='decoupage',
12 version=version, 12 version=version,
13 description="Decoupage is the art of decorating an object by gluing colored paper cutouts onto it in combination with special paint effects ... The software decoupage lets you stitch together index pages from filesystem content", 13 description="Decoupage is the art of decorating an object by gluing colored paper cutouts onto it in combination with special paint effects ... The software decoupage lets you stitch together index pages from filesystem content",
14 long_description=description, 14 long_description=description,