diff --git a/setup.py b/setup.py index 8b33e8be..407350a6 100644 --- a/setup.py +++ b/setup.py @@ -4,3 +4,4 @@ setup( name="sd-scripts", packages=find_packages(), # Automatically find all packages in the repository package_dir={"": "sd-scripts"}, +)