diff --git a/pyproject.toml b/pyproject.toml index bcb1e65e..00dc374f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,3 +28,7 @@ black = "^24.4" [tool.black] line-length=120 + +[build-system] +requires = ["poetry_core>=1.0.0"] +build-backend = "poetry.core.masonry.api"