Skip to content

Commit 303c248

Browse files
authored
Merge branch 'main' into add-plausible-metrics
2 parents db35d27 + 641fd24 commit 303c248

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/specifications/binary-distribution-format.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Wheel installation notionally consists of two phases:
4343
destination path. Each subdirectory of ``distribution-1.0.data/``
4444
is a key into a dict of destination directories, such as
4545
``distribution-1.0.data/(purelib|platlib|headers|scripts|data)``.
46-
The initially supported paths are taken from
47-
``distutils.command.install``.
46+
These subdirectories are :ref:`installation paths defined by sysconfig
47+
<python:installation_paths>`.
4848
c. If applicable, update scripts starting with ``#!python`` to point
4949
to the correct interpreter.
5050
d. Update ``distribution-1.0.dist-info/RECORD`` with the installed

0 commit comments

Comments
 (0)