comparison setup.py @ 93:bdb9e39abd84

make a proper python script for discovery and extension
author Jeff Hammel <k0scist@gmail.com>
date Sun, 21 Aug 2016 19:27:10 -0700
parents c382bdd01751
children 50dafcaa588d
comparison
equal deleted inserted replaced
92:c5895d87c65e 93:bdb9e39abd84
30 'contenttransformer>=0.3.3', 30 'contenttransformer>=0.3.3',
31 'PyRSS2Gen', 31 'PyRSS2Gen',
32 ], 32 ],
33 dependency_links=['http://www.dalkescientific.com/Python/PyRSS2Gen-1.0.0.tar.gz#egg=PyRSS2Gen'], 33 dependency_links=['http://www.dalkescientific.com/Python/PyRSS2Gen-1.0.0.tar.gz#egg=PyRSS2Gen'],
34 entry_points=""" 34 entry_points="""
35 # -*- Entry points: -*-
36 [console_scripts] 35 [console_scripts]
36 create-decoupage-index = decoupage.create_index:main
37 decoupage-templates = decoupage.templates:main 37 decoupage-templates = decoupage.templates:main
38 decoupage-formatters = decoupage.formatters:main 38 decoupage-formatters = decoupage.formatters:main
39 decoupage = decoupage.cli:main 39 decoupage = decoupage.cli:main
40 40
41 [paste.app_factory] 41 [paste.app_factory]