From 4a4451337ae6b476b9c584b97776c8c3eb4b27c5 Mon Sep 17 00:00:00 2001 From: Chris Culhane Date: Wed, 10 Aug 2022 08:55:47 +1000 Subject: [PATCH] Add pyproject.toml to comply with PEP-518 --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..c9cc5e3b9 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[build-system] +requires = ["setuptools", "wheel", "pybind11"]