pyproject-hooks icon indicating copy to clipboard operation
pyproject-hooks copied to clipboard

Build/check should fallback to setuptools unconditionally

Open jaraco opened this issue 5 years ago • 1 comments

In this comment, @gaborbernat suggests that the project should unconditionally fallback to setuptools if PEP 517 is not indicated.

That seems like a plausible suggestion, but I'd like to separate that concern from the concern in the PR.

jaraco avatar May 24 '19 12:05 jaraco

I've closed most of the issues relating to the build and check layer, but I'm still open to the simple change to make them fallback to setuptools, if people want to implement that. There's already a compat_system function implementing such a fallback.

takluyver avatar Oct 18 '20 16:10 takluyver