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

[buildstream] 10/11: 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 074ab1c6266aebf96b597dd9f0f1cc88def26a12
Author: Phil Dawson <ph...@codethink.co.uk>
AuthorDate: Wed Mar 27 16:23:28 2019 +0000

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

diff --git a/setup.py b/setup.py
index fb7e193..6fb54bb 100755
--- a/setup.py
+++ b/setup.py
@@ -323,9 +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/*']
+                    '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