Skip to content

Commit e4c1139

Browse files
committed
poetry: Add build-system
1 parent 994d397 commit e4c1139

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,7 @@ coverage = ["codecov", "coverage", "pytest-cov"]
8181
format = ["black", "isort"]
8282
lint = ["flake8"]
8383
deploy = ["twine"]
84+
85+
[build-system]
86+
requires = ["poetry_core>=1.0.0"]
87+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)