Mercurial > hg > autobot
comparison setup.py @ 126:a9ac38655f75
fight with package_data, as usual
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sun, 23 Jan 2011 10:41:02 -0800 |
parents | 3b3c83f803b3 |
children | affe87c6c276 |
comparison
equal
deleted
inserted
replaced
125:3b3c83f803b3 | 126:a9ac38655f75 |
---|---|
14 author_email='jhammel@mozilla.com', | 14 author_email='jhammel@mozilla.com', |
15 url='https://wiki.mozilla.org/Auto-tools', | 15 url='https://wiki.mozilla.org/Auto-tools', |
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/*', | |
20 'template/slave/*', | |
21 'template/*']}, | |
19 zip_safe=False, | 22 zip_safe=False, |
20 install_requires=[ | 23 install_requires=[ |
21 # -*- Extra requirements: -*- | 24 # -*- Extra requirements: -*- |
22 'buildbot', | 25 'buildbot', |
23 'buildbot-slave', | 26 'buildbot-slave', |