It would be nice if pyrobuf distributed pyrobuf_{list,util}.pxd files in sys.path. This is needed in order to cimport pyrobuf_list.
It seems, as documented in Cython documentation, it can be done with package_data parameter in setup.py file.
As workaround, I have to keep the pxd files within repository of my own projects, which inconvenient to maintain.
It would be nice if pyrobuf distributed
pyrobuf_{list,util}.pxdfiles in sys.path. This is needed in order tocimportpyrobuf_list.It seems, as documented in Cython documentation, it can be done with
package_dataparameter insetup.pyfile.As workaround, I have to keep the
pxdfiles within repository of my own projects, which inconvenient to maintain.