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.
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 emptyREQUESTED
file if the package was explicitly installed. This file exists in conda-build pacakges.We should add these.