Update setup.py

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

View File

@@ -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"},