From e4a5cce9a647d277ba26b29a0813398e868501d6 Mon Sep 17 00:00:00 2001 From: alihajiali Date: Thu, 26 Dec 2024 11:56:34 +0330 Subject: [PATCH] add pyproject.toml --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..3a110dd --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,5 @@ +# pyproject.toml + +[build-system] +requires = ["setuptools>=42", "wheel"] +build-backend = "setuptools.build_meta" \ No newline at end of file