mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-25 04:54:13 +00:00
![]() From PEP 517: > All command-line scripts provided by the build-required packages must be present in the build environment’s PATH. For example, if a project declares a build-requirement on flit, then the following must work as a mechanism for running the flit command-line tool: > > ```python > import subprocess > import shutil > subprocess.check_call([shutil.which("flit"), ...]) > ``` Fixes #9991 --------- Co-authored-by: Charles Tapley Hoyt <cthoyt@gmail.com> |
||
---|---|---|
.. | ||
__init__.py | ||
__main__.py | ||
_build_backend.py | ||
_find_uv.py | ||
py.typed |