zuzukin / whl2conda

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

Take package name from pyproject.toml project.name #29

Closed analog-cbarber closed 1 year ago

analog-cbarber commented 1 year ago

If there is a pyproject.toml, then take the conda package name from that instead of from the wheel, unless overridden by this tool's cli or pyproject.toml options.

This will handle the case where the only reason to rename the package is because of name normalization (e.g. turning . into -)

analog-cbarber commented 1 year ago

Done but needs test.