comparison setup.py @ 3:ee67528d75e7

add paste entry point
author Robert Marianski <rob@marianski.com>
date Sun, 04 Oct 2009 15:31:22 -0400
parents 3c88863abf08
children 041ba864496f
comparison
equal deleted inserted replaced
2:3c88863abf08 3:ee67528d75e7
20 install_requires=[ 20 install_requires=[
21 'mercurial', 21 'mercurial',
22 ], 22 ],
23 entry_points=""" 23 entry_points="""
24 # -*- Entry points: -*- 24 # -*- Entry points: -*-
25 [paste.app_factory]
26 main = hgpaste.factory:make_app
25 """, 27 """,
26 ) 28 )