From 40edaecf23c641b01022d6889f2e2fd87448a1ba Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Mon, 1 Aug 2022 16:43:19 +0100 Subject: [PATCH] build: pyproject.toml added. --- 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..0c4facc3 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools >= 63.0.0", "wheel"] +build-backend = "setuptools.build_meta"