comparison setup.py @ 271:13107cdc1e33

move to mozinfo and start adding email
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 31 Jul 2012 13:15:40 -0700
parents 5473f1261547
children b6d0ce3cf430
comparison
equal deleted inserted replaced
270:c77b946e4496 271:13107cdc1e33
24 # -*- Extra requirements: -*- 24 # -*- Extra requirements: -*-
25 'buildbot>=0.8.5', 25 'buildbot>=0.8.5',
26 'buildbot-slave>=0.8.5', 26 'buildbot-slave>=0.8.5',
27 'virtualenv', 27 'virtualenv',
28 'MakeItSo', 28 'MakeItSo',
29 'GetLatestTinderbox' 29 'GetLatestTinderbox',
30 'mozinfo'
30 ], 31 ],
31 entry_points=""" 32 entry_points="""
32 # -*- Entry points: -*- 33 # -*- Entry points: -*-
33 [console_scripts] 34 [console_scripts]
34 create-autobot = autobot.template:create_autobot 35 create-autobot = autobot.template:create_autobot