Skip to content

Commit 820c47f

Browse files
Mausestephenfin
authored andcommitted
fix: correct entrypoint
1 parent 12befce commit 820c47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
version = "0.5.0"
3131

3232
[project.scripts]
33-
click-man = "click_man.__main__:cli"
33+
click-man = "click_man.shell:cli"
3434

3535
[project.urls]
3636
Source = "https://github.com/click-contrib/click-man"

0 commit comments

Comments
 (0)