comparison setup.py @ 23:a32a7055f3e6

combine variables for buildbot master+slave
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 07 Jan 2011 18:19:04 -0800
parents 30ec24255ce9
children e8dabfd24c42
comparison
equal deleted inserted replaced
22:a7e2f5b2a7e9 23:a32a7055f3e6
24 'virtualenv' 24 'virtualenv'
25 ], 25 ],
26 entry_points=""" 26 entry_points="""
27 # -*- Entry points: -*- 27 # -*- Entry points: -*-
28 [console_scripts] 28 [console_scripts]
29 create-autobot = autobot.template:create_autobot
29 create-autobot-master = autobot.template:create_master 30 create-autobot-master = autobot.template:create_master
30 create-autobot-slave = autobot.template:create_slave 31 create-autobot-slave = autobot.template:create_slave
31 """, 32 """,
32 ) 33 )