diff --git a/pyproject.toml b/pyproject.toml index 33cf99d1df..36b9b056cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ -[metadata] -license_file = "LICENSE" -description-file = "README.md" +[build-system] +requires = ["setuptools>=64", "wheel"] +build-backend = "setuptools.build_meta:__legacy__" [tool.pytest.ini_options] addopts = '-m "not conda"'