From 51e3d0be43cbd85df9e9c9c3b972052e44d17efa Mon Sep 17 00:00:00 2001 From: "user@node5.net" Date: Tue, 19 May 2026 18:39:00 +0200 Subject: rename binary from cli -> blog-node5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c5288c..3af770c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,4 +16,4 @@ dependencies = [ # define the CLI executable # Here, we define the entry point to be the 'main()' function in the module 'app/main.py' [project.scripts] -cli = "blog_node5_net:main" +blog-node5 = "blog_node5_net:main" -- cgit 1.4.1