[07:07:53] <pradyunsg> ronny: I wasn't sure if setuptools ever updated their pep517 backend to do the right thing, but apparently not. :)
[07:08:32] <pradyunsg> https://wiki.python.org/psf/WarehouseRoadmap -- could someone change "Shut Down Legacy PyPI" from "in progress" to "COMPLETED"? :)
[09:26:40] <travis-ci> pypa/twine#1428 (master - 176688c : Brian Rutledge): The build passed.
[11:16:08] <ronny> pradyunsg it does the right thing if the metadata is there, if pip triggers isolation on other packages it goes down
[11:23:09] <ronny> pradyunsg: seems like a pip bug, pip triggers build isolation and wheel building on a non pep517 package that has neither pyproject.toml nor a spec but uses setuptools_scm via setup_requires
[13:39:05] <pombreda> https://github.com/pypa/virtualenv/blame/master/tasks/make_zipapp.py is awesome and the zipapp built is a lifesaver
[13:39:56] <pombreda> It would be nice to turn this is in a zipapp builder :)
[13:40:10] <pombreda> in the meantime I will steal this neat code !