From 0b88b23500c79dbea26add9ebd0b488f06757e5c Mon Sep 17 00:00:00 2001 From: Varghese Reji Date: Mon, 6 Oct 2025 19:43:03 +0530 Subject: [PATCH] Adding pyproject.toml to build wheel properly --- 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..9c3fb0e --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools<60", "wheel", "numpy"] +build-backend = "setuptools.build_meta" \ No newline at end of file