--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pyproject.toml Fri Jan 03 00:32:56 2025 +0100 @@ -0,0 +1,4 @@ +# Pure-Python-Build +[build-system] +requires = ["setuptools>=43.0", "wheel>=0.33"] +build-backend = "setuptools.build_meta"