dojeda / poetry2conda

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

Question: Why not take the environment name from `tool.poetry.name`? #23

Open augustebaum opened 2 years ago

augustebaum commented 2 years ago

Hi,

Thanks for this tool that makes it really easy to keep my conda friends happy!

I don't really understand why I have to add an extra section to my pyproject.toml file, as in general I would personally want the environment to be named after the project, and to be warned in case I already have an environment with that name. If I don't want it to have to same name, I could just change the environment name in the resulting environment.yml file, right? What am I missing?

Thanks in advance for the response!