diff --git a/setup.py b/setup.py index 407350a6..20004035 100644 --- a/setup.py +++ b/setup.py @@ -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())