From 3b0edb97f7ca699ae2bb45f3bc2d985e8a7f85d8 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 7 Dec 2023 11:55:35 +0100 Subject: [PATCH] re-add cli script --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 290e0cd..20d9b07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,9 @@ dependencies = [ [project.entry-points.pytest11] pytest_abra = "pytest_abra.pytest_abra" +[project.scripts] +abratest = "pytest_abra.cli:run" + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"