mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-19 05:53:31 +00:00
Update setup.py
fix img/ in package_data
This commit is contained in:
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/*/*",
|
||||||
|
|||||||
Reference in New Issue
Block a user