napari-matplotlib
napari-matplotlib copied to clipboard
Merge `setup.cfg` into `pyproject.toml` and use dependency groups
The napari plugin template has got rid of setup.cfg and only has pyproject.toml, so it seems that there's no reason to keep both.
Definition of done
- [ ]
setup.cfgfile's contents are moved intopyproject.toml. - [ ] No change to project metadata.
- [ ] Developer (testing, doc,...) dependencies are handled in dependency groups (PEP735)