Mercurial > hg > autobot
comparison setup.py @ 20:30ec24255ce9
stub out having a slave template too
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 07 Jan 2011 16:30:44 -0800 |
parents | d7c4e9d6d9dd |
children | a32a7055f3e6 |
comparison
equal
deleted
inserted
replaced
19:6abe5fb1fafc | 20:30ec24255ce9 |
---|---|
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-master = autobot.template:main | 29 create-autobot-master = autobot.template:create_master |
30 create-autobot-slave = autobot.template:create_slave | |
30 """, | 31 """, |
31 ) | 32 ) |