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 - [x] `setup.cfg` file's contents are moved into `pyproject.toml`. - [x] No change to project metadata. - [x] Developer (testing, doc,...) dependencies are handled in dependency groups ([PEP735](https://peps.python.org/pep-0735/))
The napari plugin template has got rid of
setup.cfgand only haspyproject.toml, so it seems that there's no reason to keep both.Definition of done
setup.cfgfile's contents are moved intopyproject.toml.