Skip to content

Commit d5fbcfb

Browse files
authored
Merge pull request #180 from mgorny/wheel
Remove redundant wheel dep from pyproject.toml
2 parents 0901453 + c9074c6 commit d5fbcfb

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 = ["setuptools>=41.0.1", "wheel>=0.29.0", "Cython>=3.0.0a11"]
2+
requires = ["setuptools>=41.0.1", "Cython>=3.0.0a11"]
33
build-backend = "setuptools.build_meta" # comment out to disable pep517
44

55
[tool.coverage.run]

0 commit comments

Comments
 (0)