Skip to content

Commit

Permalink
fix: pyproject.toml
Browse files Browse the repository at this point in the history
comfy -> comfy_cli
  • Loading branch information
ltdrdata committed Apr 22, 2024
1 parent d452877 commit 406789a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ classifiers = [
]

[project.scripts]
comfy = "comfy.__main__:app"
comfy-cli = "comfy.__main__:app"
comfycli = "comfy.__main__:app"
comfy = "comfy_cli.__main__:app"
comfy-cli = "comfy_cli.__main__:app"
comfycli = "comfy_cli.__main__:app"

[project.urls]
Repository = "https://github.com/drip-art/comfy-cli.git"
Expand Down

0 comments on commit 406789a

Please sign in to comment.