uv/crates/uv-traits
Charlie Marsh 1ee28f78cd
Rename Virtualenv and PythonPlatform structs (#2034)
## Summary

`PythonPlatform` only exists to format paths to directories within
virtual environments based on a root and an OS, so it's now
`VirtualenvLayout`.

`Virtualenv` is now used for non-virtual environment Pythons, so it's
now `PythonEnvironment`.
2024-02-28 15:04:55 +00:00
..
src Rename Virtualenv and PythonPlatform structs (#2034) 2024-02-28 15:04:55 +00:00
Cargo.toml Add support for config_settings in PEP 517 hooks (#1833) 2024-02-23 00:53:45 +00:00