about summary refs log tree commit diff stats
path: root/pyproject.toml
diff options
context:
space:
mode:
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 27e1713..4e323df 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,6 +28,7 @@ dev = [
 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"]