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"