Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

"about" section gets dropped during build #322

Closed
moqmar opened this issue Jan 11, 2023 · 0 comments
Closed

"about" section gets dropped during build #322

moqmar opened this issue Jan 11, 2023 · 0 comments

Comments

@moqmar
Copy link
Contributor

moqmar commented Jan 11, 2023

Hi there, I noticed that the packages built with boa (0.14.0) are missing the "about" section from the recipe.yaml. I'd expect the built package to contain e.g. "summary" (but also documentation URLs etc.) in info/about.json, but this is not the case.

A simple recipe.yaml for reproduction:

package:
  name: "example"
  version: "0.0.0"

about:
  summary: "Hello World"

build:
  script: ["echo Hello World"]

requirements:
  build: []
  run: []
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant