From 919bae0d2a33278d36ae81a62d254b8f1528713f Mon Sep 17 00:00:00 2001 From: Ali Ince Date: Fri, 9 Jun 2023 16:11:48 +0100 Subject: [PATCH] Add pyproject.toml file --- 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 0000000..8534444 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +# Minimum requirements for the build system to execute. +requires = ["setuptools", "wheel"] # PEP 508 specifications. \ No newline at end of file