Mercurial > hg > buttercup
diff setup.py @ 12:d51923b276ef
add a command line entry point for maintainer script
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 08 Nov 2010 08:13:21 -0800 |
parents | 9a37a94fed68 |
children | f6b768417d27 |
line wrap: on
line diff
--- a/setup.py Mon Nov 08 08:08:49 2010 -0800 +++ b/setup.py Mon Nov 08 08:13:21 2010 -0800 @@ -21,6 +21,9 @@ install_requires = [ 'PasteScript' ], zip_safe=False, entry_points = """ + [console_scripts] + buttercup = buttercup.checkout:main + [paste.paster_create_template] buttercup = buttercup:buttercup """,