From dfe59f410c0f195aa685e51ff57d8bbb244137a9 Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Fri, 24 Apr 2020 00:00:59 -0700 Subject: [PATCH] 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 0000000..c953815 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[build-system] +requires = ["setuptools", "wheel"] \ No newline at end of file