Skip to content

Commit e8b06dc

Browse files
committed
Fix console script entrypoint object to Typer command
1 parent f564eb0 commit e8b06dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"Issues" = "https://github.com/strohganoff/python-streamdeck-plugin-sdk/issues"
8585

8686
[project.scripts]
87-
streamdeck = "streamdeck.__main__:main"
87+
streamdeck = "streamdeck.__main__:plugin"
8888

8989
[tool.setuptools.packages.find]
9090
include = ["streamdeck*"]

0 commit comments

Comments
 (0)