From 16bb07c03e9759a3f77a267e611fc5c04d70dbe9 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 9 Mar 2025 20:25:35 +0100 Subject: [PATCH] add pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..b1e1a46 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[build-system] +requires = ["setuptools"]