dojeda / poetry2conda

Convert pyproject.toml to environment.yaml
MIT License
126 stars 21 forks source link

Version parse #6

Closed abergeron closed 4 years ago

abergeron commented 4 years ago

This fixes #3

It does introduce a slight behaviour change in that produced files will have less zeros at the end of versions when those where not present in the source file.

This should have no functional impact.

dojeda commented 4 years ago

This looks good to me and the versioning change concerning the zero seems like a benefit to me.

Great work!