Skip to content

Commit d4ff996

Browse files
committed
Adds trustme CLI entrypoint
Adds a console script entrypoint for trustme, allowing it to be invoked from the command line. This simplifies usage and integration with other tools.
1 parent d306655 commit d4ff996

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ dependencies = [
3838
[project.urls]
3939
Homepage = "https://github.com/python-trio/trustme"
4040

41+
[project.scripts]
42+
trustme = "trustme.__main__:main"
43+
4144
[tool.hatch.version]
4245
path = "src/trustme/_version.py"
4346

0 commit comments

Comments
 (0)