From 90f185cb07760fe653cf3d5d3be1a23054a8962c Mon Sep 17 00:00:00 2001 From: sreevardhan sirigiri <113881555+S-sirigiri@users.noreply.github.com> Date: Mon, 17 Feb 2025 19:28:31 -0600 Subject: [PATCH] Create pyproject.toml --- 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..b3cf19b --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools>=42", "wheel", "Cython>=0.29.21"] +build-backend = "setuptools.build_meta"