Wheel should have headers, not include (#2523)
This commit is contained in:
parent
642ad67260
commit
dab4e0bb9b
|
@ -193,7 +193,7 @@ its version, e.g. ``1.0.0``, consist of:
|
||||||
#. ``{distribution}-{version}.data/`` contains one subdirectory
|
#. ``{distribution}-{version}.data/`` contains one subdirectory
|
||||||
for each non-empty install scheme key not already covered, where
|
for each non-empty install scheme key not already covered, where
|
||||||
the subdirectory name is an index into a dictionary of install paths
|
the subdirectory name is an index into a dictionary of install paths
|
||||||
(e.g. ``data``, ``scripts``, ``include``, ``purelib``, ``platlib``).
|
(e.g. ``data``, ``scripts``, ``headers``, ``purelib``, ``platlib``).
|
||||||
#. Python scripts must appear in ``scripts`` and begin with exactly
|
#. Python scripts must appear in ``scripts`` and begin with exactly
|
||||||
``b'#!python'`` in order to enjoy script wrapper generation and
|
``b'#!python'`` in order to enjoy script wrapper generation and
|
||||||
``#!python`` rewriting at install time. They may have any or no
|
``#!python`` rewriting at install time. They may have any or no
|
||||||
|
|
Loading…
Reference in New Issue