uv/crates/puffin-resolver
konsti 751f7fa9c6
Improve PEP 691 compatibility (#428)
[PEP 691](https://peps.python.org/pep-0691/#project-detail) has slightly
different, more relaxed rules around file metadata. These changes are
now reflected in the `File` struct. This will make it easier to support
alternative indices.

I had expected that i need to introduce a separate type for that, so i'm
happy it's two `Option`s more and an alias.

Part of #412
2023-11-16 19:03:44 +01:00
..
src Improve PEP 691 compatibility (#428) 2023-11-16 19:03:44 +01:00
tests Use sys.executable as python root path (#431) 2023-11-16 12:16:49 +01:00
Cargo.toml Filter out incompatible dists (#398) 2023-11-13 17:14:07 +01:00