Mercurial > hg > decoupage
comparison setup.py @ 2:041958c8c8f2
use paste.fileapp as the fileserver
author | k0s <k0scist@gmail.com> |
---|---|
date | Tue, 27 Oct 2009 15:37:00 -0400 |
parents | fa2005f769eb |
children | 6a802c87f070 |
comparison
equal
deleted
inserted
replaced
1:93ab6d1968bd | 2:041958c8c8f2 |
---|---|
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.1.4' | 9 version = '0.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 ...", | 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, |