prefix-dev / rattler-build-conda-compat

rattler-build module which offer compatibility with conda-smithy
BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Fix where we put the `extra` metadata #53

Closed wolfv closed 2 months ago

wolfv commented 2 months ago

Conda-smithy expects the maintainers under meta.meta["extra"]["recipe-maintainers"]. However, we had them under `meta.meta["recipe"]["extra"]["recipe-maintainers"].

I am not sure, but maybe we should just move the whole recipe under the meta key?

nichmor commented 2 months ago

should fix: https://github.com/conda-forge/conda-smithy/issues/2047