zuzukin / whl2conda

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

Add INSTALLER and REQUESTED to dist-info #92

Closed analog-cbarber closed 9 months ago

analog-cbarber commented 9 months ago

According to PEP 376 the installer should create an INSTALLER file in dist-info containing the name of the installer. In conda packages, this file contains conda and it should create an empty REQUESTED file if the package was explicitly installed. This file exists in conda-build pacakges.

We should add these.