uv/crates/puffin-resolver
konstin 1529def563 Implement mixed PEP 517 and setup.py build
There are packages such as DTLSSocket 0.1.16 that say
```toml
[build-system]
requires = ["Cython<3", "setuptools", "wheel"]
```
In this case we need to install requires PEP 517 style but then call setup.py in the
legacy way

Part of making home-assistant work
2023-10-30 19:11:52 +01:00
..
src Implement mixed PEP 517 and setup.py build 2023-10-30 19:11:52 +01:00
tests Make version selection wheel-vs.-sdist-agnostic (#232) 2023-10-30 11:21:10 -04:00
Cargo.toml Unify python interpreter abstractions (#178) 2023-10-25 20:11:36 +00:00