Update setup.py

This commit is contained in:
BIOKORO OGHENETEGA D.
2024-09-06 16:01:51 +01:00
committed by GitHub
parent a2eef8c256
commit 53db16089c

View File

@@ -4,3 +4,4 @@ setup(
name="sd-scripts",
packages=find_packages(), # Automatically find all packages in the repository
package_dir={"": "sd-scripts"},
)