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:43 UTC

[buildstream] 11/11: fixup! fixup! fixup! 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 40dfcfec5d454a9e846fdeeec521c0fefa938af6
Author: Phil Dawson <ph...@codethink.co.uk>
AuthorDate: Wed Mar 27 16:50:57 2019 +0000

    fixup! fixup! fixup! fixup! fixup! fixup! fixup! Make templated source tests available in buildstream.plugintestutils
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 6fb54bb..b360ed5 100755
--- a/setup.py
+++ b/setup.py
@@ -323,8 +323,8 @@ 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']
       },
+      include_package_data=True,
       data_files=[
           # This is a weak attempt to integrate with the user nicely,
           # installing things outside of the python package itself with pip is