Skip to content

Commit 2a13f3e

Browse files
jaracohswong3i
authored andcommitted
Remove wheel from build requirements. It's implied for wheel builds. Ref pypa/setuptools#1498.
1 parent 227d958 commit 2a13f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=56", "wheel", "setuptools_scm[toml]>=3.4.1"]
2+
requires = ["setuptools>=56", "setuptools_scm[toml]>=3.4.1"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.black]

0 commit comments

Comments
 (0)