[Distutils] Headers files

Travis Oliphant oliphant.travis@ieee.org
Tue Aug 14 22:37:00 2001


On Tue, 14 Aug 2001, you wrote:
> Hi ,
> I am pretty new with distutils and I am using it for creating source
> distibution of my packages. I don't understand why distutils doesn't
> include automatically headers files needed for extension modules ?
> Thanks for any feed back.
> Sophie

If you make a MANIFEST.in file which contains the header files it will 
include them.

Good luck,

-Travis Oliphant