--- a +++ b/pyproject.toml @@ -0,0 +1,4 @@ +# pyproject.toml file specified at the root of the directory +[build-system] +requires = ["setuptools>=42", "wheel"] # PEP 508 specifications. +build-backend = "setuptools.build_meta"