diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index ce85a55..79a2fd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,6 +34,7 @@ focaccia = "focaccia.cli:main" convert = "focaccia.tools.convert:main" validate-qemu = "focaccia.tools.validate_qemu:main" capture-transforms = "focaccia.tools.capture_transforms:main" +benchmark-focaccia = "focaccia.tools.benchmark_focaccia:main" [build-system] requires = ["hatchling"] |