diff --git a/setup.py b/setup.py index 6a5f879..3938339 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def get_variant() -> str: 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: