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.
2 parents 7195af6 + 5c432f6 commit 641fd24Copy full SHA for 641fd24
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
- The initially supported paths are taken from
47
- ``distutils.command.install``.
+ 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