Update setup.py

fix img/ in package_data
This commit is contained in:
Onyx and Iris 2022-04-13 15:42:50 +01:00
parent 3c1abdd2ac
commit 3a183a4809

View File

@ -18,8 +18,8 @@ setuptools.setup(
license="MIT", license="MIT",
packages=["vmcompact"], packages=["vmcompact"],
package_data={ package_data={
"vmcompact": ["img/*"],
"vmcompact": [ "vmcompact": [
"img/*",
"sun-valley-theme/*", "sun-valley-theme/*",
"sun-valley-theme/theme/*", "sun-valley-theme/theme/*",
"sun-valley-theme/theme/*/*", "sun-valley-theme/theme/*/*",