Skip to content

Commit d7f6aa9

Browse files
uranusjrbhrutledge
andauthored
In wheel spec, 'include' should be 'headers' (#1072)
Co-authored-by: Brian Rutledge <[email protected]>
1 parent d8643aa commit d7f6aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/specifications/binary-distribution-format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ its version, e.g. ``1.0.0``, consist of:
196196
#. ``{distribution}-{version}.data/`` contains one subdirectory
197197
for each non-empty install scheme key not already covered, where
198198
the subdirectory name is an index into a dictionary of install paths
199-
(e.g. ``data``, ``scripts``, ``include``, ``purelib``, ``platlib``).
199+
(e.g. ``data``, ``scripts``, ``headers``, ``purelib``, ``platlib``).
200200
#. Python scripts must appear in ``scripts`` and begin with exactly
201201
``b'#!python'`` in order to enjoy script wrapper generation and
202202
``#!python`` rewriting at install time. They may have any or no

0 commit comments

Comments
 (0)