napari / cookiecutter-napari-plugin

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

Add spdx identifiers for licenses #42

Closed DragaDoncila closed 3 years ago

DragaDoncila commented 3 years ago

On the napari hub only plugins with valid SPDX identifiers are displayed when filtering to only open source licenses.

This PR updates setup.cfg to use valid identifiers for all license choices we provide. I also noticed we weren't adding the classifier for LGPL so I've added that too.