From 39eb883588a303c900e060852cc3dd645785ee26 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Sun, 10 Dec 2023 12:48:33 -0800 Subject: [PATCH] Declare setuptools as the project's build system (#137) --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f9419fe..e73a9e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,7 @@ +[build-system] +requires = ["setuptools"] +build-backend = "setuptools.build_meta" + [tool.coverage.run] branch = true source = [