uv/crates/uv-distribution/src
Charlie Marsh 341126cf72
Show a dedicated error for missing subdirectories (#9761)
## Summary

On `main`, if you ask for a source but name a missing subdirectory, you
just get:

```
{source} does not appear to be a Python project, as neither `pyproject.toml` nor `setup.py` are present in the directory
```

But, in reality, the directory doesn't exist at all.
2024-12-10 02:48:50 +00:00
..
index Respect index priority when storing credentials (#8256) 2024-10-16 15:52:26 +00:00
metadata Allow users to specify URLs in project.dependencies and tool.uv.sources (#9718) 2024-12-09 12:16:08 -05:00
source Show a dedicated error for missing subdirectories (#9761) 2024-12-10 02:48:50 +00:00
archive.rs Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
distribution_database.rs Don't read metadata from stale .egg-info files (#9760) 2024-12-10 02:24:43 +00:00
download.rs Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
error.rs Show a dedicated error for missing subdirectories (#9761) 2024-12-10 02:48:50 +00:00
lib.rs Avoid validating extra and group sources in build-system.requires (#9273) 2024-11-20 09:05:50 -05:00
locks.rs Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00
reporter.rs Add uv- prefix to all internal crates (#7853) 2024-10-01 20:15:32 -04:00