mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-29 03:02:55 +00:00
## 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.
|
||
|---|---|---|
| .. | ||
| index | ||
| metadata | ||
| source | ||
| archive.rs | ||
| distribution_database.rs | ||
| download.rs | ||
| error.rs | ||
| lib.rs | ||
| locks.rs | ||
| reporter.rs | ||