File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,12 +46,14 @@ Installation tool recommendations
4646Packaging tool recommendations
4747==============================
4848
49- * Use :ref: `setuptools ` to define projects and create :term: `Source Distributions
50- <Source Distribution (or "sdist")> `. [5 ]_ [6 ]_
51-
52- * Use the ``bdist_wheel `` :ref: `setuptools ` extension available from the
53- :ref: `wheel project <wheel >` to create :term: `wheels <Wheel> `. This is
54- especially beneficial, if your project contains binary extensions.
49+ * Use :ref: `setuptools ` to define projects. [5 ]_ [6 ]_
50+
51+ * Use the :ref: `build ` package to create :term: `Source Distributions
52+ <Source Distribution (or "sdist")> ` and, if your project is pure
53+ Python, also :term: `wheels <Wheel> `.
54+
55+ * Use the :ref: `cibuildwheel ` to create distributable :term: `wheels <Wheel> `
56+ for all the platforms that you support if your project contains binary extensions.
5557
5658* Use `twine <https://pypi.org/project/twine >`_ for uploading distributions
5759 to :term: `PyPI <Python Package Index (PyPI)> `.
You can’t perform that action at this time.
0 commit comments