comparison setup.py @ 15:d7c4e9d6d9dd

note console_script
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 07 Jan 2011 12:45:13 -0800
parents 8e14b6322cc7
children 30ec24255ce9
comparison
equal deleted inserted replaced
14:ddacd5faf0b4 15:d7c4e9d6d9dd
23 'buildbot-slave', 23 'buildbot-slave',
24 'virtualenv' 24 'virtualenv'
25 ], 25 ],
26 entry_points=""" 26 entry_points="""
27 # -*- Entry points: -*- 27 # -*- Entry points: -*-
28 [console_scripts]
29 create-autobot-master = autobot.template:main
28 """, 30 """,
29 ) 31 )