Skip to content

Migrate all metadata out of setup.cfg into pyproject.toml

This PR migrates all package metadata into pyproject.toml now that setuptools supports it. This way everything is in pyproject.toml, rather than being split into setup.cfg as well.

This should have no practical impact on the package.

Merge request reports