From 6bc92fef8c32dc4a2cf995a99dbcd7e38fe21abb Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Mon, 29 May 2017 23:28:47 +0200 Subject: [PATCH] MANIFEST.in: Ensure all assets are included during packaging Fixes: #376 --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index e165705..1421a5b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,7 @@ include LICENSE include manifests/* -recursive-include bootstrapvz assets/* recursive-include bootstrapvz *.json recursive-include bootstrapvz *.yml +recursive-include bootstrapvz/common/assets * +recursive-include bootstrapvz/providers/*/assets * +recursive-include bootstrapvz/plugins/*/assets *