From 1ffc1b267a218e7fc1e7e68c9180926ebdea7c5e Mon Sep 17 00:00:00 2001 From: Tristan Gosselin-Hane Date: Sun, 26 Feb 2023 23:32:10 -0500 Subject: [PATCH] Build with poetry backend --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) 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"