summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-11-13 20:56:11 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-11-13 20:56:11 +0900
commit410c02da73adde9e14b82bd97202a759e743cd64 (patch)
tree369becfa6c2e83551fb9b1f20f43dc8448367fa0 /MANIFEST.in
parentbd8af14186b09ae8031401544519c05618fe1616 (diff)
downloadbuildstream-410c02da73adde9e14b82bd97202a759e743cd64.tar.gz
MANIFEST.in: Adding test files
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 91568b55f..6436b6316 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -6,3 +6,6 @@ include COPYING
include doc/Makefile
include doc/source/conf.py
include doc/source/index.rst
+
+# Tests
+recursive-include tests *.py