diff --git a/pyproject.toml b/pyproject.toml index 15f324a..b7e0231 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "setuptools>=67.4", - "wheel", "pytest-runner", + "wheel", ] build-backend = "setuptools.build_meta"