Skip to content

Commit 626f442

Browse files
authored
Drop the unnecessary wheel entry from build deps (#75)
It was never needed to begin with, as `setuptools` would auto-depend on it when building wheels in the past, anyway. But nowadays, `wheel` moved inside of `setuptools` even (during last year's PyCon US Sprints, and I was helping a bit, actually).
1 parent 33d4256 commit 626f442

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
@@ -2,7 +2,7 @@
22
Repository = "https://github.com/ansible/dispatcher"
33

44
[build-system]
5-
requires = ["setuptools", "wheel"]
5+
requires = ["setuptools"]
66
build-backend = "setuptools.build_meta"
77

88
[project]

0 commit comments

Comments
 (0)