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 9c18b9705d - Show all commits

View file

@ -25,13 +25,8 @@ dependencies = [
"icecream",
]
[project.entry_points]
pytest11 = [
"pytest_abra = pytest_abra.pytest_abra",
]
[project.scripts]
abratest = "pytest_abra.cli:run"
[project.entry-points.pytest11]
pytest_abra = "pytest_abra.pytest_abra"
[build-system]
requires = ["hatchling"]