re-add cli script
This commit is contained in:
parent
9c18b9705d
commit
3b0edb97f7
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ dependencies = [
|
||||||
[project.entry-points.pytest11]
|
[project.entry-points.pytest11]
|
||||||
pytest_abra = "pytest_abra.pytest_abra"
|
pytest_abra = "pytest_abra.pytest_abra"
|
||||||
|
|
||||||
|
[project.scripts]
|
||||||
|
abratest = "pytest_abra.cli:run"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling"]
|
requires = ["hatchling"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue