Gotcha, thanks. I wouldn’t rely on this, though, since that’s an implicit default, distutils
is deprecated, things with Setuptools may have changed, and in particular are likely to much further with
(perhaps @abravalheri might have further comments on this)
Perhaps the legacy, deprecated/removed distutils
commands for running tests and building docs automatically install them, but other than that I’m not aware of other tools doing so. Poetry has something like that, but AFAIK that uses their own tool config. There’s also currently plans to propose a standard PEP 517-like hook for invoking such, but it hasn’t reached the PEP stage yet.
Right. Does it only work with a url
source set to PyPI in the recipe, or does it work with GitHub tar sources as well? I couldn’t find any answer in the docs about that.