diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..be03eaa --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,7 @@ +[build-system] +# Minimum requirements for the build system to execute. +# PEP 508 specifications for PEP 518. +requires = [ + "setuptools > 20.2 ", + "wheel", +]