From 98d245f824b6bfb70787b9c989e3e4d5fffd38fa Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Tue, 12 Aug 2025 03:01:20 +0000 Subject: [PATCH] Add pyproject.toml to conform with new deprecation. --- 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 0000000..c07b1d3 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools", "Cython"] +build-backend = "setuptools.build_meta"