diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
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" |
