Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion template/src/{{module_name}}/napari.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ display_name: {{display_name}}
# use 'hidden' to remove plugin from napari hub search results
visibility: public
# see https://napari.org/stable/plugins/technical_references/manifest.html#fields for valid categories
categories: ["Annotation", "Segmentation", "Acquisition"]
# categories: []
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TimMonko I'm happy to approve. Would it be better to just leave categories: [] uncommented? Fine to merge either way as I am assuming this is for the tutorial.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't check if an empty list was allowed so I commented it lol.
Yes, for tutorial

contributions:
commands:{% if include_reader_plugin %}
- id: {{plugin_name}}.get_reader
Expand Down