comparison setup.py @ 9:ec2d0d850b83

add ability to print formatters with decoupage-formatters console_script
author k0s <k0scist@gmail.com>
date Thu, 24 Dec 2009 23:33:37 -0500
parents 16d41af2d8ef
children a328cc9d2c74
comparison
equal deleted inserted replaced
8:16d41af2d8ef 9:ec2d0d850b83
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.3.1' 9 version = '0.3.2'
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 ...", 13 description="Decoupage is the art of decorating an object by gluing colored paper cutouts onto it in combination with special paint effects ...",
14 long_description=description, 14 long_description=description,
30 ], 30 ],
31 entry_points=""" 31 entry_points="""
32 # -*- Entry points: -*- 32 # -*- Entry points: -*-
33 [console_scripts] 33 [console_scripts]
34 decoupage-templates = decoupage.templates:main 34 decoupage-templates = decoupage.templates:main
35 decoupage-formatters = decoupage.formatters:main
35 36
36 [paste.app_factory] 37 [paste.app_factory]
37 main = decoupage.factory:factory 38 main = decoupage.factory:factory
38 39
39 [decoupage.formatters] 40 [decoupage.formatters]