From 1a7a5f19ce5017378a834cf09a1232d55cf521bd Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 4 May 2022 11:17:40 +0300 Subject: [PATCH] Remove redundant wheel dependency from pyproject.toml Committed via https://github.com/asottile/all-repos --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e992c3..9def332 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"] +requires = ["setuptools>=42", "setuptools_scm[toml]>=3.4"] [tool.black] target_version = ["py37"]