From 5eb41383c825421e7c5214d506d35e920f9df2fe Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Sat, 11 Jun 2022 11:28:31 +0100 Subject: [PATCH] Add pyproject.toml Fixes: #1395 --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..fed528d4a --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools"] +build-backend = "setuptools.build_meta"