fix entry point syntax for hatchling
This commit is contained in:
parent
8685688698
commit
9c18b9705d
1 changed files with 2 additions and 7 deletions
|
|
@ -25,13 +25,8 @@ dependencies = [
|
||||||
"icecream",
|
"icecream",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.entry_points]
|
[project.entry-points.pytest11]
|
||||||
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"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue