Henry Schreiner

Results 2521 comments of Henry Schreiner

The new license-files field was recently standardized and isn't handled in a standard way across backends yet. The license field _is_ optional, and I'd recommend not setting it for now....

Flit-core supports it now too, has for a little bit.

I believe this is only an error if you specify a new-style License expression (`license = "..."`), and doesn't trigger if you specify a classic license (`license.text`). If you specify...

WASI doesn't support dynamic linking, so you literally cannot build "dynamic modules". The only way to "use" a binary package is to create a customized Python build with all your...

If you use FindPython, you don't need PythonExtensions. Scikit-build-core doesn't have PythonExtensions.

It has to be supported here first: https://github.com/pypa/manylinux. Is riscv64 a valid wheel tag accepted by PyPI? I don't see it listed in any PEPs. I think it has to...

Could you use it in a custom repair step already? Then it just might just need some documentation.