mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-15 08:36:41 +00:00
7 lines
194 B
Python
7 lines
194 B
Python
from setuptools import setup, find_packages
|
|
|
|
setup(
|
|
name="sd-scripts",
|
|
packages=find_packages(), # Automatically find all packages in the repository
|
|
package_dir={"": "sd-scripts"},
|