mirror of
https://github.com/markqvist/Sideband.git
synced 2025-05-29 03:11:49 -04:00
Fix kivy path in setup.py
This commit is contained in:
parent
3b2e1adaf2
commit
157f99ef19
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -37,7 +37,7 @@ __variant__ = get_variant()
|
|||
|
||||
def glob_paths(pattern):
|
||||
out_files = []
|
||||
src_path = os.path.join(os.path.dirname(__file__), "kivymd")
|
||||
src_path = os.path.join(os.path.dirname(__file__), "sbapp/kivymd")
|
||||
|
||||
for root, dirs, files in os.walk(src_path):
|
||||
for file in files:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue