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 9d2e58f commit 01a03ceCopy full SHA for 01a03ce
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 `installation paths defined by sysconfig
+ <https://docs.python.org/3/library/sysconfig.html#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