Mercurial > hg > autobot
comparison setup.py @ 191:7789fe9f8c30
WIP to download some version of Firefox, let alone a good one
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Wed, 02 Feb 2011 11:22:34 -0800 |
| parents | b4e1edfd49ee |
| children | 08610b14a2c1 |
comparison
equal
deleted
inserted
replaced
| 190:6b0587a217d3 | 191:7789fe9f8c30 |
|---|---|
| 1 import os, sys | 1 import os, sys |
| 2 from setuptools import setup, find_packages | 2 from setuptools import setup, find_packages |
| 3 | 3 |
| 4 version = '0.0' | 4 version = '0.1' |
| 5 | 5 |
| 6 setup(name='autobot', | 6 setup(name='autobot', |
| 7 version=version, | 7 version=version, |
| 8 description="buildbot incarnation for Mozilla AutoTools team", | 8 description="buildbot incarnation for Mozilla AutoTools team", |
| 9 long_description="""\ | 9 long_description="""\ |
| 20 'template/slave/*', | 20 'template/slave/*', |
| 21 'template/*.*']}, | 21 'template/*.*']}, |
| 22 zip_safe=False, | 22 zip_safe=False, |
| 23 install_requires=[ | 23 install_requires=[ |
| 24 # -*- Extra requirements: -*- | 24 # -*- Extra requirements: -*- |
| 25 'buildbot>=0.8.3p1', | 25 'buildbot>=0.8.3p1', |
| 26 'buildbot-slave', | 26 'buildbot-slave', |
| 27 'virtualenv', | 27 'virtualenv', |
| 28 'MakeItSo', | 28 'MakeItSo', |
| 29 'GetLatestTinderbox' | |
| 29 ], | 30 ], |
| 30 entry_points=""" | 31 entry_points=""" |
| 31 # -*- Entry points: -*- | 32 # -*- Entry points: -*- |
| 32 [console_scripts] | 33 [console_scripts] |
| 33 create-autobot = autobot.template:create_autobot | 34 create-autobot = autobot.template:create_autobot |
