comparison setup.py @ 18:ebc1a802f9b8

update documentation
author k0s <k0scist@gmail.com>
date Tue, 29 Dec 2009 21:49:01 -0500
parents eab191e0b9b3
children a8d36caa8f09
comparison
equal deleted inserted replaced
17:eab191e0b9b3 18:ebc1a802f9b8
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.1' 9 version = '0.4.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 ... The software decoupage lets you stitch together index pages from filesystem content",
14 long_description=description, 14 long_description=description,
15 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers 15 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers
16 author='Jeff Hammel', 16 author='Jeff Hammel',
17 author_email='k0scist@gmail.com', 17 author_email='k0scist@gmail.com',
18 url='http://explosivedecompression.net', 18 url='http://explosivedecompression.net',