diff options
author | Jürg Billeter <j@bitron.ch> | 2017-05-30 11:07:21 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2017-06-27 10:30:29 +0200 |
commit | 8c857b63011743948e962fca0eb301cf183b71c9 (patch) | |
tree | 545fcac9a1e040a4df504b7acdbc9b9957e090be /setup.py | |
parent | e33ed2ff1450efc0b8e459d58d5d1a768884423e (diff) | |
download | buildstream-8c857b63011743948e962fca0eb301cf183b71c9.tar.gz |
_ostree.py: Add SSH artifact fetch support
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ setup(name='BuildStream', use_scm_version=True, packages=find_packages(), package_data={'buildstream': ['plugins/*/*.py', 'plugins/*/*.yaml', 'data/*.yaml', - 'data/ostree-push']}, + 'data/ostree-push', 'data/ostree-pull-ssh']}, data_files=[('share/man/man1', list_man_pages())], install_requires=[ 'setuptools', |