about summary refs log tree commit diff stats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-11-05 14:23:48 +0000
committerTheofilos Augoustis <theofilos.augoustis@gmail.com>2025-11-06 15:30:13 +0000
commitd57d639908a19c3dfcc31829eb7996cf3bfc8b4e (patch)
tree6e2543279973974e2d618f001ed01e25b61a61a0 /pyproject.toml
parent5f2fbf712e222258d5e939dcf474e8039a93fa87 (diff)
downloadfocaccia-ta/uniformize-qemu.tar.gz
focaccia-ta/uniformize-qemu.zip
Integrate QEMU plugin directly into Focaccia ta/uniformize-qemu
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9e52dfb..54fad82 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,8 +29,8 @@ dev = [
 [project.scripts]
 focaccia = "focaccia.cli:main"
 convert = "focaccia.tools.convert:main"
-capture-transforms = "focaccia.tools.capture_transforms:main"
 validate-qemu = "focaccia.tools.validate_qemu:main"
+capture-transforms = "focaccia.tools.capture_transforms:main"
 
 [build-system]
 requires = ["hatchling"]