From 0a585efef52dc78db69702d970cdd48f1e96a1e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Wed, 13 Jan 2021 17:14:44 +0100 Subject: [PATCH] Add PEP517 support so GitHub build works --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9e73eef..71d0288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,7 @@ +[build-system] +requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"] +build-backend = "setuptools.build_meta" + [tool.towncrier] template = ".towncrier-template.rst" underlines = ["-"]