Build backend: Rename --no-fast-path to --force-pep517 (#9600)

See https://github.com/astral-sh/uv/pull/9556#discussion_r1865046353
This commit is contained in:
konsti 2024-12-03 11:15:54 +01:00 committed by GitHub
parent b7564f4036
commit cadba18c1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 15 additions and 15 deletions

View file

@ -2184,7 +2184,7 @@ pub struct BuildArgs {
/// backend, but use a fast path that calls into the build backend directly. This option forces
/// always using PEP 517.
#[arg(long)]
pub no_fast_path: bool,
pub force_pep517: bool,
/// Constrain build dependencies using the given requirements files when building
/// distributions.