diff options
| author | user@node5.net <user@node5.net> | 2026-06-28 16:30:25 +0200 |
|---|---|---|
| committer | user@node5.net <user@node5.net> | 2026-06-28 18:01:37 +0200 |
| commit | 8e42b509a485307b18686f14ca693eedceb51f6d (patch) | |
| tree | be8d40c27638e5a3209acf1ba33a9c78341512f7 /pyproject.toml | |
| parent | fe67bb8dc77935071c4533d5328093630eb4491f (diff) | |
flake: rename binaries, code comments
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" |
