mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-17 17:24:21 +00:00
Update setup.py
This commit is contained in:
committed by
GitHub
parent
3d1a9e66c2
commit
b8dc243622
8
setup.py
8
setup.py
@@ -1,3 +1,7 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(name = "library", packages = 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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user