comparison setup.py @ 59:07cf168aa98c

make formats classes that can take arguments
author Jeff Hammel <jhammel@mozilla.com>
date Sun, 21 Nov 2010 13:23:34 -0800
parents 1275124ed767
children cf18ea0313f9
comparison
equal deleted inserted replaced
58:1275124ed767 59:07cf168aa98c
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.9.1' 9 version = '0.10.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,
39 39
40 [paste.app_factory] 40 [paste.app_factory]
41 main = decoupage.factory:factory 41 main = decoupage.factory:factory
42 42
43 [decoupage.formats] 43 [decoupage.formats]
44 json = decoupage.formats:format_json 44 json = decoupage.formats:JSON
45 45
46 [decoupage.formatters] 46 [decoupage.formatters]
47 all = decoupage.formatters:All 47 all = decoupage.formatters:All
48 css = decoupage.formatters:CSS 48 css = decoupage.formatters:CSS
49 describe = decoupage.formatters:FilenameDescription 49 describe = decoupage.formatters:FilenameDescription