From 90bbf2d092ca47820fd686e9a80e24168b72645e Mon Sep 17 00:00:00 2001 From: Laurie O Date: Tue, 14 Oct 2025 00:07:02 +1000 Subject: [PATCH] Declare build backend and requirements --- 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..fed528d4 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools"] +build-backend = "setuptools.build_meta"