[23:09:41] <dstufft> lifeless: your setup_requires from setup.cfg branch, any idea how much work it'd be to make that into something functioning for pyproject.toml? I'm not sure how far along it is or if it'd be more worthwhile for me to just start from scratch.
[23:10:10] <lifeless> dstufft: I'd suggest getting the resolver branch in first
[23:10:31] <lifeless> dstufft: it will provide a more robust cache, which you'll need to do the setup_requires stuff *without* installing into the target environment
[23:10:43] <lifeless> dstufft: which was the point where I'd stopped