You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ro...@apache.org on 2020/12/29 13:30:40 UTC

[buildstream] 08/11: fixup! fixup! fixup! fixup! Make templated source tests available in buildstream.plugintestutils

This is an automated email from the ASF dual-hosted git repository.

root pushed a commit to branch phil/remove-ostree-plugin
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 1ad1c41fe0b306ebfcf47fc10450becadf12b188
Author: Phil Dawson <ph...@codethink.co.uk>
AuthorDate: Wed Mar 27 16:19:32 2019 +0000

    fixup! fixup! fixup! fixup! Make templated source tests available in buildstream.plugintestutils
---
 MANIFEST.in | 2 ++
 setup.py    | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index a8899a9..b9f56e2 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 f9ed753..fb7e193 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=[