Fix pyproject.toml as discussed in issue 9

pull/10/head
dogmachine 2023-05-01 22:35:06 +00:00
parent 14859ae375
commit 3c7cebf4f0
1 changed files with 1 additions and 1 deletions

View File

@ -39,4 +39,4 @@ pytest-cov = "^4.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.masonry.api"
build-backend = "poetry.core.masonry.api"