summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2026-06-28 15:04:13 +0200
committeruser@node5.net <user@node5.net>2026-06-28 15:04:13 +0200
commitfe67bb8dc77935071c4533d5328093630eb4491f (patch)
tree8ce4d8298db652ca8b03e8fbd26e30132e75610b /pyproject.toml
parent7776481c67b3b8e0580707ca8fcb15c4bfdbcb02 (diff)
flake - package sub programs aswell
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 3c1cbf6..1d3b0cb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -15,3 +15,4 @@ dependencies = [
# 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"