mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-02 04:48:18 +00:00
Add direct URL conversion to lockfile (#3633)
## Summary Similar to #3630, but for direct URL distributions (for both wheels and source distributions).
This commit is contained in:
parent
0d512be46c
commit
e2d7d2026b
3 changed files with 115 additions and 13 deletions
|
|
@ -202,6 +202,7 @@ pub struct DirectUrlBuiltDist {
|
|||
pub filename: WheelFilename,
|
||||
/// The URL without the subdirectory fragment.
|
||||
pub location: Url,
|
||||
/// The subdirectory fragment, if any.
|
||||
pub subdirectory: Option<PathBuf>,
|
||||
/// The URL with the subdirectory fragment.
|
||||
pub url: VerbatimUrl,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue