Skip to content

Commit 618658f

Browse files
committed
Build: No need to install "wheel" package explicitly.
1 parent eda7bab commit 618658f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["Cython>=3.1.3", "setuptools", "wheel"]
2+
requires = ["Cython>=3.1.3", "setuptools"]
33

44
[tool.cibuildwheel]
55
build-verbosity = 2

0 commit comments

Comments
 (0)