Skip to content

Commit c9ddca6

Browse files
committed
pyproject: Add build-system
1 parent 845dc34 commit c9ddca6

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
@@ -78,3 +78,7 @@ test = ["pytest", "pytest-rerunfailures"]
7878
coverage = ["codecov", "coverage", "pytest-cov"]
7979
format = ["black", "isort"]
8080
lint = ["flake8"]
81+
82+
[build-system]
83+
requires = ["poetry_core>=1.0.0"]
84+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)