Quansight-Labs / beni

Generate conda environment.yml from PEP 621 and/or flit config.
MIT License
10 stars 1 forks source link

Only add flit to env if necessary #16

Open flying-sheep opened 2 years ago

flying-sheep commented 2 years ago

Since beni handles all PEP 621 projects, we shouldn’t add flit in every case.

Maybe derive from build-system.build-backend?

saulshanabrook commented 2 years ago

That sounds good to me.