Mercurial > hg > autobot
comparison setup.py @ 91:2de829d2c3f7
add dependency on MakeItSo
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Wed, 12 Jan 2011 13:02:24 -0800 |
parents | e8dabfd24c42 |
children | 9ba5c3df5e30 |
comparison
equal
deleted
inserted
replaced
90:a94aca70dc35 | 91:2de829d2c3f7 |
---|---|
19 zip_safe=False, | 19 zip_safe=False, |
20 install_requires=[ | 20 install_requires=[ |
21 # -*- Extra requirements: -*- | 21 # -*- Extra requirements: -*- |
22 'buildbot', | 22 'buildbot', |
23 'buildbot-slave', | 23 'buildbot-slave', |
24 'virtualenv' | 24 'virtualenv', |
25 'MakeItSo', | |
25 ], | 26 ], |
26 entry_points=""" | 27 entry_points=""" |
27 # -*- Entry points: -*- | 28 # -*- Entry points: -*- |
28 [console_scripts] | 29 [console_scripts] |
29 create-autobot = autobot.template:create_autobot | 30 create-autobot = autobot.template:create_autobot |