Merge pull request #10 from dogmachine/bugfix/issue9

Fix pyproject.toml as discussed in issue 9
pull/11/head
Raphaël Vinot 2023-05-02 16:41:04 +02:00 committed by GitHub
commit 0d40c03cb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"