Mercurial > hg > autobot
comparison setup.py @ 288:b6d0ce3cf430
dereference + repurposes (round1)
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 15 Apr 2014 21:27:32 -0700 |
parents | 13107cdc1e33 |
children | 7b5ffdcd25c0 |
comparison
equal
deleted
inserted
replaced
287:3a4b11d4fdf0 | 288:b6d0ce3cf430 |
---|---|
3 | 3 |
4 version = '0.1' | 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 team", |
9 long_description="""\ | 9 long_description="""\ |
10 """, | 10 """, |
11 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers | 11 classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers |
12 keywords='buildbot automation', | 12 keywords='buildbot automation', |
13 author='Jeff Hammel', | 13 author='Jeff Hammel', |
14 author_email='jhammel@mozilla.com', | 14 author_email='k0scist@gmail.com', |
15 url='https://wiki.mozilla.org/Auto-tools', | 15 url='http://k0s.org/hg/autobot', |
16 license='MPL', | 16 license='MPL', |
17 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), | 17 packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), |
18 include_package_data=True, | 18 include_package_data=True, |
19 package_data={'': ['template/master/*', | 19 package_data={'': ['template/master/*', |
20 'template/slave/*', | 20 'template/slave/*', |
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', | |
30 'mozinfo' | |
31 ], | 29 ], |
32 entry_points=""" | 30 entry_points=""" |
33 # -*- Entry points: -*- | 31 # -*- Entry points: -*- |
34 [console_scripts] | 32 [console_scripts] |
35 create-autobot = autobot.template:create_autobot | 33 create-autobot = autobot.template:create_autobot |