From fe40da2c269d9a626203cc59cb8f83c43c582a74 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 26 Jan 2023 15:45:01 +0100 Subject: [PATCH] Add build-system --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 3bac35b1..d5e46516 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"