From 16a28c0316a64189cb8c396c43b570764a83d33b Mon Sep 17 00:00:00 2001 From: Phil Dawson Date: Tue, 26 Mar 2019 09:49:17 +0000 Subject: Make templated source tests available in buildstream.plugintestutils --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 49b115453..0154b4ec5 100755 --- a/setup.py +++ b/setup.py @@ -323,6 +323,7 @@ setup(name='BuildStream', packages=find_packages(exclude=('tests', 'tests.*')), package_data={'buildstream': ['plugins/*/*.py', 'plugins/*/*.yaml', 'data/*.yaml', 'data/*.sh.in']}, + 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 -- cgit v1.2.1