Skip to content

Commit c0ffa91

Browse files
authored
Merge pull request #60 from mgorny/wheel-dep
Remove redundant wheel dep from pyproject.toml
2 parents 3eaca74 + d01c9f9 commit c0ffa91

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,6 +1,6 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
3-
requires = ["setuptools>=40.8.0", "wheel"]
3+
requires = ["setuptools>=40.8.0"]
44

55
[project]
66
authors = [

0 commit comments

Comments
 (0)