diff --git a/pyproject.toml b/pyproject.toml index 4f60575..2697e00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,9 @@ +[build-system] +requires = [ + "setuptools>=62", + "wheel" +] +build-backend = "setuptools.build_meta" [tool.pyright] verboseOutput = true