The napari plugin template has got rid of `setup.cfg` and only has [`pyproject.toml`](https://github.com/napari/napari-plugin-template/blob/main/template/pyproject.toml.jinja), so it seems that there's no reason to keep both. ## Definition of done - [ ] `setup.cfg` file's contents are moved into `pyproject.toml`. - [ ] No change to project metadata. - [ ] Developer (testing, doc,...) dependencies are handled in dependency groups ([PEP735](https://peps.python.org/pep-0735/))