diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1d3b0cb..d11abf4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,5 +14,5 @@ dependencies = [ # define the CLI executable # Here, we define the entry point to be the 'main()' function in the module 'app/main.py' [project.scripts] -node5_text-tv_bornhack = "text_tv_bornhack:main" -node5_text-tv_bornhack_pixel-flut-program = "get_program_for_pixel_flut:main" +node5-text-tv = "text_tv:main" +node5-text-tv-program = "program:main" |
