comparison setup.py @ 101:747c7e337c56

add local directory for template rendering
author Jeff Hammel <k0scist@gmail.com>
date Tue, 31 Jan 2017 10:24:42 -0800
parents 82ee67b95a0c
children 2b38f9a43f84
comparison
equal deleted inserted replaced
100:82ee67b95a0c 101:747c7e337c56
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.14.0' 9 version = '0.14.1'
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,