readthedocs / sphinx-autoapi

A new approach to API documentation in Sphinx.
https://sphinx-autoapi.readthedocs.io/
MIT License
415 stars 126 forks source link

drop setup.cfg ? #426

Open 12rambau opened 3 months ago

12rambau commented 3 months ago

I would like to refactor the configuration of the lib to move everything from setup.cfg to pyproject.toml.

Is is a wanted feature ?

AWhetter commented 3 months ago

I'd like to consider moving to flit as the packaging backend. If you'd like to do that instead then I'd welcome it. Even better if we can move the contents of the docs extra into the tox.ini file. We don't really need those in an extra because the dependencies are only used for development of AutoAPI.