zuzukin / whl2conda

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

install does not create entry point #88

Closed analog-cbarber closed 1 year ago

analog-cbarber commented 1 year ago

whl2conda install into an environment adds the package just using conda install <pkg> after installing dependencies but it appears that the conda install doesn't install the entry points.

analog-cbarber commented 1 year ago

Report this as a limitation/defect for now.

analog-cbarber commented 1 year ago

Actually, the problem is that whl2conda was not generating the correct link.json output for the entry point. (#93)

Not a problem with whl2conda install