Mercurial > hg > decoupage
comparison setup.py @ 8:16d41af2d8ef
add ability to print templates
author | k0s <k0scist@gmail.com> |
---|---|
date | Thu, 24 Dec 2009 22:48:55 -0500 |
parents | 6a802c87f070 |
children | ec2d0d850b83 |
comparison
equal
deleted
inserted
replaced
7:ffb7753bb7bf | 8:16d41af2d8ef |
---|---|
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' | 9 version = '0.3.1' |
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, |
28 'genshi', | 28 'genshi', |
29 'martINI', | 29 'martINI', |
30 ], | 30 ], |
31 entry_points=""" | 31 entry_points=""" |
32 # -*- Entry points: -*- | 32 # -*- Entry points: -*- |
33 [console_scripts] | |
34 decoupage-templates = decoupage.templates:main | |
35 | |
33 [paste.app_factory] | 36 [paste.app_factory] |
34 main = decoupage.factory:factory | 37 main = decoupage.factory:factory |
35 | 38 |
36 [decoupage.formatters] | 39 [decoupage.formatters] |
37 ignore = decoupage.formatters:Ignore | 40 ignore = decoupage.formatters:Ignore |