napari / cookiecutter-napari-plugin

Cookiecutter for napari plugins
BSD 3-Clause "New" or "Revised" License
67 stars 39 forks source link

change .napari to napari-hub, add config with comments #131

Closed tlambert03 closed 2 years ago

tlambert03 commented 2 years ago

This adds a stub config.yaml to napari-hub, and clarify's that the config.yml should be used in addition to (no in place of) populating standard python core metdata fields in setup.cfg or pyproject.toml, when the plugin would like to customize their plugin page on the hub.

alisterburt commented 2 years ago

Clear separation between what controls things on the hub and what controls things in napari feels good to me 🙂

tlambert03 commented 2 years ago

As I understand the old .napari will still work?

yep, it's not deprecated yet. see note here: https://github.com/chanzuckerberg/napari-hub/wiki/Customizing-your-plugin's-listing#github