Merge pull request #1679 from webknjaz/patch-1

Stop suggesting adding `wheel` to `pyproject.toml`
This commit is contained in:
Joe Rickerby
2023-11-27 16:38:48 +00:00
committed by GitHub
-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",
]