From c92a0bb5e53ed9f9953656ea46a5c3876eec2578 Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Thu, 31 Oct 2019 16:46:53 +0100 Subject: [PATCH] Make graphcis folder include also recursive --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 224c33a5..f38487d8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ include LICENSE.md -include nw/graphics/* +recursive-include nw/graphics * recursive-include nw/themes *