Mercurial > hg > decoupage
comparison setup.py @ 61:f5ca54558292
remove previous hacks
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 25 Nov 2010 12:06:40 -0800 |
parents | cf18ea0313f9 |
children | ac1dc088e37e |
comparison
equal
deleted
inserted
replaced
60:cf18ea0313f9 | 61:f5ca54558292 |
---|---|
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.10.0' | 9 version = '0.10.1' |
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, |
24 # -*- Extra requirements: -*- | 24 # -*- Extra requirements: -*- |
25 'WebOb', | 25 'WebOb', |
26 'Paste', | 26 'Paste', |
27 'PasteScript', | 27 'PasteScript', |
28 'genshi', | 28 'genshi', |
29 'martINI', | 29 'martINI>=0.4', |
30 'contenttransformer', | 30 'contenttransformer>=0.3.3', |
31 'PyRSS2Gen', | 31 'PyRSS2Gen', |
32 ], | 32 ], |
33 dependency_links=['http://www.dalkescientific.com/Python/PyRSS2Gen-1.0.0.tar.gz#egg=PyRSS2Gen'], | 33 dependency_links=['http://www.dalkescientific.com/Python/PyRSS2Gen-1.0.0.tar.gz#egg=PyRSS2Gen'], |
34 entry_points=""" | 34 entry_points=""" |
35 # -*- Entry points: -*- | 35 # -*- Entry points: -*- |