From 53db16089c1ca1851c047e71ea048b7abd6b120e 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:51 +0100 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) 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"}, +)