From 42a00566a1c396316377e1910386d42b872c2950 Mon Sep 17 00:00:00 2001 From: Cimbali Date: Fri, 22 Apr 2022 09:48:27 +0100 Subject: [PATCH] Add a pyproject.toml to specify build backend --- 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 00000000..6cfe267d --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools>=42", "babel"] +build-backend = "setuptools.build_meta"