From 1791958e9683f2002760f647a90686d6939a7ef8 Mon Sep 17 00:00:00 2001 From: Ignacio Oguiza <11656416+oguiza@users.noreply.github.com> Date: Sun, 17 Nov 2024 12:13:01 +0100 Subject: [PATCH] added pyproject.toml file --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..f2c07bfb --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools>=64.0"] +build-backend = "setuptools.build_meta"