I am trying to create a Snap but have a problem that Snapcraft does not seem to adopt the full metainfo. I see that it did take the description and summary from the metainfo, but it does not take:
- The screenshot
- Homepage URL
- License
- Categories
Here is my snapcraft.yaml:
And here is the current metainfo:
And there is a pyproject.toml in the root of the repository that installs the metainfo in share/metainfo.
(two link limit reached )
I have searched the Snapcraft docs, triple checked the metainfo based on Freedesktop docs, search some of the forum posts here, but am at a loss why it isnโt picking up the info.
Any hints?