diff --git a/pyproject.toml b/pyproject.toml index fd21a3a6..8c17d419 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,3 +25,7 @@ black = "^22.12.0" [tool.black] line-length = 120 + +[build-system] +requires = ["poetry-core>=1.0.0"] +build-backend = "poetry.core.masonry.api"