Python bindings undiscoverable, please consider splitting-off to python-lib3mf
Currently, the python bindings file (Lib3MF.py) is just copied to /usr/include/lib3mf/Bindings/Python/. This makes them undiscoverable by python.
The bindings should instead be installed to /usr/lib/python3.13/site-packages/lib3mf/, which is what is done by the officially released wheels.
It may make sense to split this PKGBUILD into lib3mf and python-lib3mf, not sure.