zuzukin / whl2conda

Generate conda package from pure python wheel
https://zuzukin.github.io/whl2conda/
Apache License 2.0
6 stars 2 forks source link

Write out METADATA file in dist-info using UTF8 #112

Closed analog-cbarber closed 8 months ago

analog-cbarber commented 9 months ago

Currently the METADATA file saved in the dist-info is written using the default policy with the python email module, this results in entries containing unicode to get encoded with =?utf-8? prefix. Instead we should use a UTF8 policy.