> I have a small C-extension module, consisting of 3 files
> (ndcombine_module.c, combine.c & combine.h). I can build the
> extension find 'in place' using distutils, but when creating a
> distribution (with setup.py sdist), the combine.h header file
> seemingly gets lost and I cannot build
(this may not be a py-tutor question, but well)
I have a small C-extension module, consisting of 3 files
(ndcombine_module.c, combine.c & combine.h). I can build the
extension find 'in place' using distutils, but when creating a
distribution (with setup.py sdist), the combine.h header file