mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-15 00:32:25 +00:00
Update setup.py
This commit is contained in:
committed by
GitHub
parent
b8dc243622
commit
a2eef8c256
3
setup.py
3
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"},
|
||||
|
||||
Reference in New Issue
Block a user