Skip to content

Commit 73acc2e

Browse files
committed
Drop wheel from build system requirements
The latest documentation from setuptools does not say that this is a recommended or required dependency.
1 parent 7880daa commit 73acc2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[build-system]
22
requires = ["setuptools",
3-
"setuptools_scm",
4-
"wheel"]
3+
"setuptools_scm"]
54
build-backend = 'setuptools.build_meta'

0 commit comments

Comments
 (0)