Merge pull request #10229 from webknjaz/patch-1

Drop `wheel` from `pyproject.toml` example
This commit is contained in:
Bruno Oliveira
2022-08-19 14:30:51 -03:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ Next, place a ``pyproject.toml`` file in the root of your package:
.. code-block:: toml
[build-system]
requires = ["setuptools>=42", "wheel"]
requires = ["setuptools >= 42"]
build-backend = "setuptools.build_meta"
and a ``setup.cfg`` file containing your package's metadata with the following minimum content: