summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Dawson <phil.dawson@codethink.co.uk>2019-03-27 16:19:32 +0000
committerPhil Dawson <phil.dawson@codethink.co.uk>2019-03-27 16:19:32 +0000
commit1ad1c41fe0b306ebfcf47fc10450becadf12b188 (patch)
treebbdff97583dad89ac51dacd5bd03e74b5be8dc9a
parentd8c8d16e2be462c88d45572f98920235d2fbbd0d (diff)
downloadbuildstream-1ad1c41fe0b306ebfcf47fc10450becadf12b188.tar.gz
fixup! fixup! fixup! fixup! Make templated source tests available in buildstream.plugintestutils
-rw-r--r--MANIFEST.in2
-rwxr-xr-xsetup.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index a8899a91e..b9f56e243 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,6 +6,8 @@ include MAINTAINERS
include NEWS
include README.rst
+recursive-include buildstream/plugintestutils/_sourcetests/project *
+
# Documentation package includes
include doc/Makefile
include doc/badges.py
diff --git a/setup.py b/setup.py
index f9ed75346..fb7e193d6 100755
--- a/setup.py
+++ b/setup.py
@@ -323,7 +323,7 @@ setup(name='BuildStream',
packages=find_packages(exclude=('tests', 'tests.*')),
package_data={'buildstream': ['plugins/*/*.py', 'plugins/*/*.yaml',
'data/*.yaml', 'data/*.sh.in'],
- 'buildstream.plugintestutils': ['_sourcetests/project']
+ 'buildstream.plugintestutils': ['_sourcetests/project/*']
},
include_package_data=True,
data_files=[