From e5760e312f518cb86a70d8ccf375c6077317559e Mon Sep 17 00:00:00 2001 From: Roman Krivonos Date: Thu, 13 Feb 2025 14:27:05 +0300 Subject: [PATCH] pyproject.toml --- 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..97825da --- /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"