Mercurial > hg > decoupage
comparison setup.py @ 17:eab191e0b9b3
meaningful descriptions from filenames
author | k0s <k0scist@gmail.com> |
---|---|
date | Sat, 26 Dec 2009 14:43:00 -0500 |
parents | 985b3a7e0e88 |
children | ebc1a802f9b8 |
comparison
equal
deleted
inserted
replaced
16:985b3a7e0e88 | 17:eab191e0b9b3 |
---|---|
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.4' | 9 version = '0.4.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 ...", | 13 description="Decoupage is the art of decorating an object by gluing colored paper cutouts onto it in combination with special paint effects ...", |
14 long_description=description, | 14 long_description=description, |