summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-26 15:11:43 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-26 15:11:43 +0900
commitd3a991a53121dee2b6a3af1343fc0b9901420f01 (patch)
tree6daee97d0bde15a4e4db604d5b30a315bfdfd184
parent78ad3b773672475e81c27d69954f6e1ff6528ae5 (diff)
downloadbuildstream-d3a991a53121dee2b6a3af1343fc0b9901420f01.tar.gz
setup.py: Stop installing test cases.
As recommended by Valentin David in issue #332.
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d92c03aa2..03a2bda3d 100755
--- a/setup.py
+++ b/setup.py
@@ -215,7 +215,7 @@ setup(name='BuildStream',
description='A framework for modelling build pipelines in YAML',
license='LGPL',
- packages=find_packages(),
+ packages=find_packages(exclude=('tests', 'tests.*')),
package_data={'buildstream': ['plugins/*/*.py', 'plugins/*/*.yaml',
'data/*.yaml', 'data/*.sh.in']},
data_files=[