uv/crates/uv-installer/src
Charlie Marsh 51b7e9bff1
Retain editable designation for cached wheel installs (#5545)
## Summary

The package was being installed as editable, but it wasn't marked as
such in `uv pip list`, as the `direct-url.json` was wrong.

Closes https://github.com/astral-sh/uv/issues/5543.
2024-07-28 22:39:48 -04:00
..
compile.rs Add reference documentation for global settings (#5123) 2024-07-16 20:50:04 +00:00
installer.rs Add relocatable installs to support concurrency-safe cached environments (#5509) 2024-07-28 20:32:11 -04:00
lib.rs Rename Downloader for clarity (#4395) 2024-06-18 16:00:10 -05:00
pip_compileall.py Do not force recompile pyc files (#2642) 2024-03-24 20:02:53 -04:00
plan.rs Retain editable designation for cached wheel installs (#5545) 2024-07-28 22:39:48 -04:00
preparer.rs Rename Downloader for clarity (#4395) 2024-06-18 16:00:10 -05:00
satisfies.rs Avoid always rebuilding dynamic metadata (#5206) 2024-07-22 00:04:03 +00:00
site_packages.rs Warn, but don't error, when encountering tilde .dist-info directories (#5520) 2024-07-28 19:13:06 +00:00
uninstall.rs Respect existing .egg-link files in site packages (#4082) 2024-06-06 01:00:00 +00:00