Mercurial > hg > decoupage
comparison setup.py @ 109:7cb236c32d0b
[templates] --cwd requires no argument
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 07 Jul 2017 08:49:54 -0700 |
parents | 1a8a977e7d5d |
children | eac2c03c40ee |
comparison
equal
deleted
inserted
replaced
108:1a8a977e7d5d | 109:7cb236c32d0b |
---|---|
4 try: | 4 try: |
5 description = open("README.txt").read() | 5 description = open("README.txt").read() |
6 except IOError: | 6 except IOError: |
7 description = '' | 7 description = '' |
8 | 8 |
9 version = '0.15' | 9 version = '0.15.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, |