comparison setup.py @ 100:82ee67b95a0c

sort by index order now works
author Jeff Hammel <k0scist@gmail.com>
date Tue, 23 Aug 2016 19:30:03 -0700
parents 2c7c4fda1a14
children 747c7e337c56
comparison
equal deleted inserted replaced
99:2c7c4fda1a14 100:82ee67b95a0c
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.13.3' 9 version = '0.14.0'
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>=0.4', 29 'martINI>=0.4.2',
30 'contenttransformer>=0.3.3', 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="""