wip: add cli command with [project.scripts]

This commit is contained in:
Daniel 2023-12-06 23:11:24 +01:00
parent 35908ddc00
commit 93106df3b9
3 changed files with 69 additions and 80 deletions

View file

@ -31,7 +31,7 @@ pytest11 = [
]
[project.scripts]
abrademo = "pytest_abra.main:run"
pytest-abra = "pytest_abra.cli:run"
[build-system]
requires = ["hatchling"]