Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Leommm-byte committed Sep 6, 2024
1 parent 3d1a9e6 commit b8dc243
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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
)

0 comments on commit b8dc243

Please sign in to comment.