diff options
author | Tristan Maat <tristan.maat@codethink.com> | 2017-06-23 15:48:00 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-06-28 14:40:04 +0900 |
commit | 042390bd85a6fae2f38c26166ecf23730c4e4156 (patch) | |
tree | a4ca44de80f407f1007db0fa2de398428479a757 /setup.py | |
parent | fcbd0dfb50e83b6d4346656228a15ffeee4b0c78 (diff) | |
download | buildstream-042390bd85a6fae2f38c26166ecf23730c4e4156.tar.gz |
Add script templates
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -105,7 +105,8 @@ setup(name='BuildStream', license='LGPL', use_scm_version=True, packages=find_packages(), - package_data={'buildstream': ['plugins/*/*.py', 'plugins/*/*.yaml', 'data/*.yaml', + package_data={'buildstream': ['plugins/*/*.py', 'plugins/*/*.yaml', + 'data/*.yaml', 'data/*.sh.in', 'data/ostree-push', 'data/ostree-pull-ssh']}, data_files=[('share/man/man1', list_man_pages())], install_requires=[ |