@@ -206,21 +206,21 @@ in both fields) consist of:
206206 Tag: py3-none-any
207207 Build: 1
208208
209- #. ``Wheel-Version `` is the version number of the Wheel specification.
210- #. ``Generator `` is the name and optionally the version of the software
211- that produced the archive.
212- #. ``Root-Is-Purelib `` is true if the top level directory of the archive
213- should be installed into purelib; otherwise the root should be installed
214- into platlib.
215- #. ``Tag `` is the wheel's expanded compatibility tags; in the example the
216- filename would contain ``py2.py3-none-any ``.
217- #. ``Build `` is the build number and is omitted if there is no build number.
218- #. A wheel installer should warn if Wheel-Version is greater than the
219- version it supports, and must fail if Wheel-Version has a greater
220- major version than the version it supports.
221- #. Wheel, being an installation format that is intended to work across
222- multiple versions of Python, does not generally include .pyc files.
223- #. Wheel does not contain setup.py or setup.cfg.
209+ #. ``Wheel-Version`` is the version number of the Wheel specification.
210+ #. ``Generator`` is the name and optionally the version of the software
211+ that produced the archive.
212+ #. ``Root-Is-Purelib`` is true if the top level directory of the archive
213+ should be installed into purelib; otherwise the root should be installed
214+ into platlib.
215+ #. ``Tag`` is the wheel's expanded compatibility tags; in the example the
216+ filename would contain ``py2.py3-none-any``.
217+ #. ``Build`` is the build number and is omitted if there is no build number.
218+ #. A wheel installer should warn if `` Wheel-Version`` is greater than the
219+ version it supports, and must fail if `` Wheel-Version`` has a greater
220+ major version than the version it supports.
221+ #. Wheel files , being an installation format that is intended to work across
222+ multiple versions of Python, do not generally include `` .pyc `` files.
223+ #. Wheels files do not contain `` pyproject.toml ``, `` setup.py `` or `` setup.cfg `` .
224224
225225This version of the wheel specification is based on the distutils install
226226schemes and does not define how to install files to other locations.
0 commit comments