about summary refs log tree commit diff
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-05-19 18:39:00 +0200
committeruser@node5.net <user@node5.net>2026-05-19 18:39:00 +0200
commit51e3d0be43cbd85df9e9c9c3b972052e44d17efa (patch)
tree191d3dfc98e1c6940629805200ac667792297a4c
parentc92930c9995343cdcebd2fbbb5528f34351059f9 (diff)
rename binary from cli -> blog-node5
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
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"