comparison setup.py @ 26:f306089d6def

now use contenttransformer to serve files if /transformer in directory configuration; TODO: cache on a per-directory basis
author k0s <k0scist@gmail.com>
date Sun, 17 Jan 2010 19:49:04 -0500
parents a8d36caa8f09
children 983c13e1b71f
comparison
equal deleted inserted replaced
25:d5775f3667a2 26:f306089d6def
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