mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-24 19:22:35 +00:00
Add uv-
prefix to all internal crates (#7853)
## Summary Brings more consistency to the repo and ensures that all crates automatically show up in `--verbose` logging.
This commit is contained in:
parent
7b55e97909
commit
14507a1793
319 changed files with 1327 additions and 1317 deletions
|
@ -10,8 +10,8 @@ use fs_err::File;
|
|||
use itertools::Itertools;
|
||||
use tracing::debug;
|
||||
|
||||
use pypi_types::Scheme;
|
||||
use uv_fs::{cachedir, Simplified, CWD};
|
||||
use uv_pypi_types::Scheme;
|
||||
use uv_python::{Interpreter, VirtualEnvironment};
|
||||
use uv_version::version;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue