Stop suggesting adding wheel to pyproject.toml

This was a historic mistake in the `setuptools`' docs that many projects copied. But `wheel` is already a dependency injected by `setuptools` when needed. So let's not suggest people to depend on it when producing sdists.
This commit is contained in:
Sviatoslav Sydorenko
2023-11-27 16:29:10 +01:00
committed by GitHub
parent 6c6c51ef3b
commit 270c626d6b
-1
View File
@@ -216,7 +216,6 @@ to build, your pyproject.toml might include a section like this:
[build-system]
requires = [
"setuptools>=42",
"wheel",
"Cython",
]