Files
Kohya-ss-sd-scripts/setup.py
BIOKORO OGHENETEGA D. a2eef8c256 Update setup.py
2024-09-06 16:01:35 +01:00

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