File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -136,11 +136,12 @@ project.
136136Note in particular that if you have a wheel, you cannot assume that a field
137137which is not marked as ``Dynamic `` will have the same value in other wheels, as
138138some wheels are not built directly from the sdist, but are modified from
139- existing wheels (the ``cibuildwheel `` tool does this, for example). Such
140- modifications *could * include changing metadata (even non-dynamic metadata).
141- Similarly, if you have a sdist and a wheel which you didn't build from that
142- sdist, you cannot assume that the wheel's metadata matches that of the sdist,
143- even if the field is not marked as ``Dynamic ``.
139+ existing wheels (the ``auditwheel `` tool does this, for example, and it's
140+ commonly used when building wheels for PyPI). Such modifications *could *
141+ include changing metadata (even non-dynamic metadata). Similarly, if you have
142+ a sdist and a wheel which you didn't build from that sdist, you cannot assume
143+ that the wheel's metadata matches that of the sdist, even if the field is not
144+ marked as ``Dynamic ``.
144145
145146It is advisable, but not required, that tools which modify wheel metadata add
146147the modified fields to the generated wheel's ``Dynamic `` field.
You can’t perform that action at this time.
0 commit comments