From 7dac87578072f363c8857c85de6502b45e2c7ede Mon Sep 17 00:00:00 2001 From: Samuel Genheden Date: Tue, 21 Dec 2021 14:04:41 +0100 Subject: [PATCH] Add setuptools to build system requirements --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3124d1..9129864 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,5 +43,5 @@ min-public-methods = 0 disable = "W1201, W1203, R0401, W0707, W0221, W0603, R0801, typecheck" [build-system] -requires = ["poetry-core>=1.0.0"] +requires = ["setuptools", "poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"