diff options
author | Jürg Billeter <j@bitron.ch> | 2017-05-29 15:23:33 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2017-06-27 10:30:29 +0200 |
commit | e33ed2ff1450efc0b8e459d58d5d1a768884423e (patch) | |
tree | d6df91cefd3ad7050a12e42a5c0ec34023e03da3 /setup.py | |
parent | 6c1186b6273924abfb8cba4231f40a589450fdd2 (diff) | |
download | buildstream-e33ed2ff1450efc0b8e459d58d5d1a768884423e.tar.gz |
_ostree.py: Add SSH artifact push support
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/ostree-push']}, data_files=[('share/man/man1', list_man_pages())], install_requires=[ 'setuptools', |