From fb21782089dbbb43b2f8cf36ce3e732558032aff Mon Sep 17 00:00:00 2001 From: Dominic Date: Sat, 24 Jul 2021 09:55:53 +0100 Subject: Add build system to pyproject.toml --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 79e62840..94f74793 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,7 @@ +[build-system] +requires = ["setuptools", "wheel"] +build-backend = "setuptools.build_meta" + [tool.pytest.ini_options] python_files = 'test_*.py' testpaths = 'test' # space seperated list of paths from root e.g test tests doc/testing -- cgit v1.2.1