diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-01-04 14:02:19 -0500 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-01-04 14:30:21 -0500 |
commit | 7f1d7bca09f46dfea029a28a1f409b36ed48a831 (patch) | |
tree | 2402bf7fd9babf8231cf2a8cb22bc516eba159c8 /MANIFEST.in | |
parent | 1e8e13d09dbacbb8667a8606e9067f8421b6da8e (diff) | |
download | buildstream-7f1d7bca09f46dfea029a28a1f409b36ed48a831.tar.gz |
MANIFEST.in: Add new .conf files in tests to the distribution
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 fdad03945..732e518d4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,3 +12,4 @@ include doc/source/index.rst recursive-include tests *.py recursive-include tests *.yaml recursive-include tests *.bst +recursive-include tests *.conf |