From 3a183a4809613bade4ce7d996f965e580be253ab Mon Sep 17 00:00:00 2001 From: Onyx and Iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Wed, 13 Apr 2022 15:42:50 +0100 Subject: [PATCH] Update setup.py fix img/ in package_data --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 07357a2..a642a10 100644 --- a/setup.py +++ b/setup.py @@ -18,8 +18,8 @@ setuptools.setup( license="MIT", packages=["vmcompact"], package_data={ - "vmcompact": ["img/*"], "vmcompact": [ + "img/*", "sun-valley-theme/*", "sun-valley-theme/theme/*", "sun-valley-theme/theme/*/*",