mamba-org / boa

The fast conda package builder, based on mamba
https://boa-build.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
256 stars 56 forks source link

Add better documentation around recipe support in pyproject.toml #400

Open Markichu opened 1 month ago

Markichu commented 1 month ago

Pull request https://github.com/mamba-org/boa/pull/345 added support for adding the recipe.yaml specifications in the pyproject.toml instead of within a seperate recipe.yaml.

It would be great to see some documentation around this support. I think the Experimental Features section may be a good fit or potentially its own section with translations between recipe.yaml <-> pyproject.toml definitions.

I think this would be a great first issue for any newcomers looking to get started. This should only require changes to recipe_spec.md.

prady0t commented 1 month ago

I would love to take a look at this.