Mercurial > hg > decoupage
comparison setup.py @ 46:127843e097b3
add a stub head template for inclusion; not sure if this is the way to go; alternatively, each formatter could contribute to the markup individually
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 27 Oct 2010 09:33:45 -0700 |
parents | 650e1b62a628 |
children | 0cfb84d788d6 |
comparison
equal
deleted
inserted
replaced
45:650e1b62a628 | 46:127843e097b3 |
---|---|
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.7.1' | 9 version = '0.7.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 ... The software decoupage lets you stitch together index pages from filesystem content", | 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, |