diff --git a/pyproject.toml b/pyproject.toml index 9fafad8..2536902 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pytest11 = [ ] [project.scripts] -abrademo = "pytest_abra:demo" +abrademo = "pytest_abra.main:run" [build-system] requires = ["hatchling"]