diff --git a/python/pyproject.toml b/python/pyproject.toml new file mode 100644 index 000000000..7ce9bbeb8 --- /dev/null +++ b/python/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ['setuptools >= 40.6.0', 'wheel'] +build-backend = 'setuptools.build_meta'