diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..cc8b8708b --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,5 @@ +[build-system] +requires = [ + "setuptools>=80.9.0", +] +build-backend = "setuptools.build_meta" \ No newline at end of file