diff --git a/newsfragments/4701.feature.rst b/newsfragments/4701.feature.rst new file mode 100644 index 0000000000..2ee6cb1226 --- /dev/null +++ b/newsfragments/4701.feature.rst @@ -0,0 +1,3 @@ +Preserve original ``PKG-INFO`` into ``METADATA`` when creating wheel +(instead of calling ``wheel.metadata.pkginfo_to_metadata``). +This helps to be more compliant with the flow specified in PEP 517.