fix-docker #10

Merged
dan merged 7 commits from fix-docker into dev 2023-12-07 13:02:40 +01:00
Showing only changes of commit 3b0edb97f7 - Show all commits

View file

@ -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"