From 9a24ebe6a6fb404d2086a235ecfb286adf9b3257 Mon Sep 17 00:00:00 2001 From: Malik Date: Fri, 3 Jan 2025 15:38:54 -0700 Subject: [PATCH] execution of setup.py develop is deprecated, see https://github.com/pypa/pip/issues/11457 --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..226a46f --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,4 @@ +[build-system] +requires = ["setuptools >= 64", "wheel"] +build-backend = "setuptools.build_meta" +