From 7117b2bcd7d90530a9bf7219c9e86e0ec84793c4 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sun, 11 Dec 2022 00:36:22 +0300 Subject: [PATCH] add pyproject.yaml for PEP 518 Signed-off-by: R4SAS --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..9bb791f --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[build-system] +requires = ["setuptools", "wheel"]