mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-29 19:17:26 +00:00
Use simpler pip-like Scheme for install paths (#2173)
## Summary This will make it easier to use the paths returned by `distutils.py` (for some cases). No code or behavior changes; just removing some fields we don't need.
This commit is contained in:
parent
93f5609476
commit
5fed1f6259
13 changed files with 66 additions and 93 deletions
|
|
@ -9,7 +9,6 @@ pub use crate::interpreter::Interpreter;
|
|||
pub use crate::python_environment::PythonEnvironment;
|
||||
pub use crate::python_query::{find_default_python, find_requested_python};
|
||||
pub use crate::python_version::PythonVersion;
|
||||
pub use crate::sysconfig::SysconfigPaths;
|
||||
pub use crate::virtualenv::Virtualenv;
|
||||
|
||||
mod cfg;
|
||||
|
|
@ -17,7 +16,6 @@ mod interpreter;
|
|||
mod python_environment;
|
||||
mod python_query;
|
||||
mod python_version;
|
||||
mod sysconfig;
|
||||
mod virtualenv;
|
||||
|
||||
#[derive(Debug, Error)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue