Merge pull request #10229 from webknjaz/patch-1
Drop `wheel` from `pyproject.toml` example
This commit is contained in:
commit
d9d890ee15
|
@ -17,7 +17,7 @@ Next, place a ``pyproject.toml`` file in the root of your package:
|
||||||
.. code-block:: toml
|
.. code-block:: toml
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools>=42", "wheel"]
|
requires = ["setuptools >= 42"]
|
||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
and a ``setup.cfg`` file containing your package's metadata with the following minimum content:
|
and a ``setup.cfg`` file containing your package's metadata with the following minimum content:
|
||||||
|
|
Loading…
Reference in New Issue