Skip to content

Declare build system in pyproject.toml

Duncan Macleod requested to merge pep-517-build into main

This MR adds the [build-system] section to pyproject.toml to support pep-517 builders, and removes the deprecated setup_requires key in setup.cfg.

Merge request reports