uv/scripts
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
..
benchmarks Implement mixed PEP 517 and setup.py build 2023-10-30 19:11:52 +01:00
resolve Add script to check the top 8k pypi packages (#198) 2023-10-26 12:03:59 +00:00