From 0ebac144f561fdbc127de826fc060c2bc3d8e4ea Mon Sep 17 00:00:00 2001 From: leaty Date: Wed, 3 Dec 2025 13:05:30 +0100 Subject: [PATCH] [fix] py: sxng wheel build still broken Directories chunk and img were not included Signed-off-by: leaty --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index cfc780634..1388b5fe6 100644 --- a/setup.py +++ b/setup.py @@ -62,6 +62,7 @@ setup( 'infopage/*/*', 'static/themes/*', 'static/themes/*/*', + 'static/themes/*/*/*', 'templates/*/*', 'templates/*/*/*', 'translations/*',