How to include C++ header and source files in a Python package for PyPI distribution?
I’m trying to include C++ header and source files in my Python package because I use them in the Python files of my package (via cppyy). It works fine on my local PC, but when I build the package for PyPI, install and import it, I get an error that the headers/C++ files don’t exist: