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",
|
||||
]
|
||||
|
||||
[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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue