revert back to previous setup.py

This commit is contained in:
BIOKORO OGHENETEGA D.
2024-09-06 16:02:52 +01:00
committed by GitHub
parent 53db16089c
commit ab48763e77

View File

@@ -1,7 +1,3 @@
from setuptools import setup, find_packages
setup(
name="sd-scripts",
packages=find_packages(), # Automatically find all packages in the repository
package_dir={"": "sd-scripts"},
)
setup(name = "library", packages = find_packages())