Closed
Description
Currently "pip wheel -w dist ." installs also all headers and static libraries into the binary wheel for my project.
This is unnecessary and also lets the builds fail on windows ('installing libraries (in my case a pkg-config file) is only supported in POSIX so far').
Is it possibly to control this behavior?
In "meson install" I can control what is install using tags e.g. meson install --tags python-runtime.
Maybe supporting this option would be a solution?
If you share your thoughts on this and give me some directions I'd be willing to work on such a feature.
Thanks for this great Project!
Peter