mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2024-11-15 17:40:52 +00:00
Update setup.py
fix img/ in package_data
This commit is contained in:
parent
3c1abdd2ac
commit
3a183a4809
2
setup.py
2
setup.py
@ -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/*/*",
|
||||||
|
Loading…
Reference in New Issue
Block a user