zuzukin / whl2conda

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

Build input wheel for current project #9

Closed analog-cbarber closed 10 months ago

analog-cbarber commented 11 months ago

If wheel not found and there is a setup.py or pyproject.toml file in the root, then build the wheel using that.

Add an option to specify the wheel output directory. If specified, keep the wheel when done, otherwise discard.

analog-cbarber commented 10 months ago

This was done.