comparison setup.py @ 13:ab0c2bb4d23d

* get the templates in the correct way
author k0s <k0scist@gmail.com>
date Fri, 25 Dec 2009 04:20:21 -0500
parents a328cc9d2c74
children 4ca2530f8be1
comparison
equal deleted inserted replaced
12:9f91acf9874c 13:ab0c2bb4d23d
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.3' 9 version = '0.3.4'
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,