Mercurial > hg > decoupage
comparison setup.py @ 14:4ca2530f8be1
stub for putting stylesheets and includes on templates"
author | k0s <k0scist@gmail.com> |
---|---|
date | Fri, 25 Dec 2009 17:20:06 -0500 |
parents | ab0c2bb4d23d |
children | 985b3a7e0e88 |
comparison
equal
deleted
inserted
replaced
13:ab0c2bb4d23d | 14:4ca2530f8be1 |
---|---|
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.3.4' | 9 version = '0.3.5' |
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, |