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
commit d9d890ee15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: