From a2eef8c256cc7244b61b3bd68a20e098c28c65d2 Mon Sep 17 00:00:00 2001 From: "BIOKORO OGHENETEGA D." <110293491+Leommm-byte@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:01:35 +0100 Subject: [PATCH] Update setup.py --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"},