Skip to content

Commit 1a13fda

Browse files
committed
Change entry point __main__ -> _cli
1 parent d4ff996 commit 1a13fda

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
@@ -39,7 +39,7 @@ dependencies = [
3939
Homepage = "https://github.com/python-trio/trustme"
4040

4141
[project.scripts]
42-
trustme = "trustme.__main__:main"
42+
trustme = "trustme._cli:main"
4343

4444
[tool.hatch.version]
4545
path = "src/trustme/_version.py"

0 commit comments

Comments
 (0)