From 9d5650b96f07e2cd94a9ae0518cecf3780229c6b Mon Sep 17 00:00:00 2001 From: awpbash <88238304+awpbash@users.noreply.github.com> Date: Thu, 17 Jul 2025 16:16:33 +0800 Subject: [PATCH] Add pyproject.toml Added pyproject as setuptools update deprecated the use of setup.py --- 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 00000000..773437e1 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,4 @@ +[build-system] +# XXX: If your project needs other packages to build properly, add them to this list. +requires = ["setuptools >= 64"] +build-backend = "setuptools.build_meta" \ No newline at end of file