diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-11-14 23:14:30 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-11-14 23:14:30 +0900 |
commit | 59ba63ad26d2cb90f180cefb8526385bc39c6c5e (patch) | |
tree | d385ad25465ba472e5d31b166b73a133d9909c2e /MANIFEST.in | |
parent | 2e1082008c9f06c09b7037880ff72a25afde79f5 (diff) | |
download | buildstream-59ba63ad26d2cb90f180cefb8526385bc39c6c5e.tar.gz |
MANIFEST.in: Adding test yaml files to manifest
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 6436b6316..eeb690d2b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,3 +9,4 @@ include doc/source/index.rst # Tests recursive-include tests *.py +recursive-include tests *.yaml |