uv/crates/pypi-types/src
Charlie Marsh 365c292525
Read package metadata from `pyproject.toml` when statically defined (#2676)
## Summary

Now that we're resolving metadata more aggressively for local sources,
it's worth doing this. We now pull metadata from the `pyproject.toml`
directly if it's statically-defined.

Closes https://github.com/astral-sh/uv/issues/2629.
2024-03-27 14:34:18 +00:00
..
base_url.rs Add in-URL credentials to store prior to creating requests (#2446) 2024-03-14 03:46:33 +00:00
direct_url.rs Clippy pedantic (#1963) 2024-02-25 14:04:05 -05:00
lenient_requirement.rs Re-test validity after every lenient parsing change (#2550) 2024-03-19 15:41:49 -04:00
lib.rs Use simpler pip-like `Scheme` for install paths (#2173) 2024-03-04 15:50:13 -05:00
metadata.rs Read package metadata from `pyproject.toml` when statically defined (#2676) 2024-03-27 14:34:18 +00:00
scheme.rs Query interpreter to determine correct `virtualenv` paths (#2188) 2024-03-05 16:13:24 -05:00
simple_json.rs Use `Box<str>` in Hashes to reduce size (#2536) 2024-03-19 02:51:46 +00:00