about summary refs log tree commit diff stats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorTheofilos Augoustis <theofilos.augoustis@tum.de>2025-08-28 13:31:51 +0000
committerTheofilos Augoustis <theofilos.augoustis@tum.de>2025-08-28 13:31:51 +0000
commit1ed51b9a902d7669c4dd26edf1a75d79c888bef4 (patch)
tree30ecfa2ce98474fd4447d2dcf1814d4c16661602 /pyproject.toml
parentff3c9a0136b1b308a06d01108157146cc315274b (diff)
downloadfocaccia-1ed51b9a902d7669c4dd26edf1a75d79c888bef4.tar.gz
focaccia-1ed51b9a902d7669c4dd26edf1a75d79c888bef4.zip
Refactor tool handling to match flake system
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 25cdcd6..4e323df 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -25,7 +25,10 @@ dev = [
 ]
 
 [project.scripts]
-focaccia = "focaccia:cli.main"
+focaccia = "focaccia.cli:main"
+convert = "focaccia.tools.convert:main"
+capture-transforms = "focaccia.tools.capture_transforms:main"
+validate-qemu = "focaccia.tools.validate_qemu:main"
 
 [build-system]
 requires = ["hatchling"]