Skip to content

Include default build dependencies in pyproject.toml

Thomas Kluyver requested to merge pyproject-setuptools into master

setuptools & wheel are installed by default if you don't specify any build dependencies, but if you do specify some you're meant to include these for completeness.

I guess some versions of pip automatically add them if they're not there, but I just tried to install with a version that didn't do that.

Merge request reports