summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Dawson <phil.dawson@codethink.co.uk>2019-03-27 16:50:57 +0000
committerPhil Dawson <phil.dawson@codethink.co.uk>2019-03-27 16:50:57 +0000
commit40dfcfec5d454a9e846fdeeec521c0fefa938af6 (patch)
tree483c555f2fa3657c0f0d1acdfa7ff77c4bbcd806
parent074ab1c6266aebf96b597dd9f0f1cc88def26a12 (diff)
downloadbuildstream-phil/remove-ostree-plugin.tar.gz
fixup! fixup! fixup! fixup! fixup! fixup! fixup! Make templated source tests available in buildstream.plugintestutilsphil/remove-ostree-plugin
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6fb54bb6e..b360ed5ca 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