We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a03ce commit 4af7da0Copy full SHA for 4af7da0
source/specifications/binary-distribution-format.rst
@@ -43,8 +43,8 @@ Wheel installation notionally consists of two phases:
43
destination path. Each subdirectory of ``distribution-1.0.data/``
44
is a key into a dict of destination directories, such as
45
``distribution-1.0.data/(purelib|platlib|headers|scripts|data)``.
46
- These subdirectories are `installation paths defined by sysconfig
47
- <https://docs.python.org/3/library/sysconfig.html#installation-paths>`_.
+ These subdirectories are :ref:`installation paths defined by sysconfig
+ <python:installation-paths>`_.
48
c. If applicable, update scripts starting with ``#!python`` to point
49
to the correct interpreter.
50
d. Update ``distribution-1.0.dist-info/RECORD`` with the installed
0 commit comments