comparison setup.py @ 31:89a72b2fd149

merge from head
author egj@socialplanning.org
date Tue, 02 Feb 2010 18:04:02 +0000
parents f306089d6def
children 983c13e1b71f
comparison
equal deleted inserted replaced
30:81607129a45e 31:89a72b2fd149
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.2' 9 version = '0.5'
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,
25 'WebOb', 25 'WebOb',
26 'Paste', 26 'Paste',
27 'PasteScript', 27 'PasteScript',
28 'genshi', 28 'genshi',
29 'martINI', 29 'martINI',
30 'contenttransformer',
30 ], 31 ],
31 entry_points=""" 32 entry_points="""
32 # -*- Entry points: -*- 33 # -*- Entry points: -*-
33 [console_scripts] 34 [console_scripts]
34 decoupage-templates = decoupage.templates:main 35 decoupage-templates = decoupage.templates:main