File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 379379 'python' : ('https://docs.python.org/3' , None ),
380380 'python2' : ('https://docs.python.org/2' , None ),
381381 'pip' : ('https://pip.pypa.io/en/latest/' , None ),
382- 'setuptools' : ('https://setuptools.rtfd .io/en/latest/' , None ),
383- 'twine' : ('https://twine.rtfd .io/en/stable/' , None ),
382+ 'setuptools' : ('https://setuptools.readthedocs .io/en/latest/' , None ),
383+ 'twine' : ('https://twine.readthedocs .io/en/stable/' , None ),
384384}
385385
386386
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 ]_
49+ * Use :ref: `setuptools ` to define projects. [5 ]_ [6 ]_
5150
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.
51+ * Use :ref: `build ` to create :term: `Source Distributions
52+ <Source Distribution (or "sdist")> ` and :term: `wheels <Wheel> `.
53+
54+ If you have binary extensions and want to distribute wheels for multiple
55+ platforms, use :ref: `cibuildwheel ` as part of your CI setup to build
56+ distributable wheels.
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