aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Bonnici <marc.bonnici@arm.com>2019-01-08 13:45:10 +0000
committerMarc Bonnici <marc.bonnici@arm.com>2019-01-10 13:21:16 +0000
commitef45b6b615264dbd3d623a2cbc0c35309b496269 (patch)
treeabdb99636c80cdc2e21cd13e5afe79f420cb64e7
parent22c237ebe96ccb8b0a5502a26172efe1d738b8c5 (diff)
MANIFEST: Fix including all of the wa subdirectory
Ensure that all subfolders are included in the MANIFEST otherwise when packaging WA there can be missing files.
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 9790e788..18a948c2 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,3 @@
recursive-include scripts *
recursive-include doc *
+recursive-include wa *