diff setup.py @ 18:ebc1a802f9b8

update documentation
author k0s <k0scist@gmail.com>
date Tue, 29 Dec 2009 21:49:01 -0500
parents eab191e0b9b3
children a8d36caa8f09
line wrap: on
line diff
--- a/setup.py	Sat Dec 26 14:43:00 2009 -0500
+++ b/setup.py	Tue Dec 29 21:49:01 2009 -0500
@@ -6,11 +6,11 @@
 except IOError:
     description = ''
 
-version = '0.4.1'
+version = '0.4.2'
 
 setup(name='decoupage',
       version=version,
-      description="Decoupage is the art of decorating an object by gluing colored paper cutouts onto it in combination with special paint effects ...",
+      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",
       long_description=description,
       classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers
       author='Jeff Hammel',