diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-01-16 16:31:55 -0500 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-01-16 16:31:55 -0500 |
commit | cf839f5778a4f37743f92dae58e7ec477bfe83bb (patch) | |
tree | 02440f64f9083181c4f0c934aa111d703c077f03 /MANIFEST.in | |
parent | 1dbc92039dddc9122088476492c944dff0b37381 (diff) | |
download | buildstream-cf839f5778a4f37743f92dae58e7ec477bfe83bb.tar.gz |
MANIFEST.in: Add *.sh from tests into the distribution
Now that we distribute generate-ostree.sh in the tests we
will need it to run tests from a distributed tarball.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 732e518d4..06bf0dde8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -13,3 +13,4 @@ recursive-include tests *.py recursive-include tests *.yaml recursive-include tests *.bst recursive-include tests *.conf +recursive-include tests *.sh |