diff --git a/setup.py b/setup.py index cd3b8a7a..8b33e8be 100644 --- a/setup.py +++ b/setup.py @@ -3,5 +3,4 @@ from setuptools import setup, find_packages setup( name="sd-scripts", packages=find_packages(), # Automatically find all packages in the repository - package_dir={"sd-scripts": "."}, # Install all packages under sd-scripts in the venv -) + package_dir={"": "sd-scripts"},