Skip to content

Commit bc03e06

Browse files
committed
build(poetry): Add build-system
1 parent 2cd7a1e commit bc03e06

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,7 @@ test = ["pytest", "pytest-rerunfailures", "pytest-mock"]
8686
coverage = ["codecov", "coverage", "pytest-cov"]
8787
format = ["black", "isort"]
8888
lint = ["flake8"]
89+
90+
[build-system]
91+
requires = ["poetry_core>=1.0.0"]
92+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)