[EMAIL PROTECTED] (David M. Cooke) writes:
> vincent has the solution (you need to specify them in MANIFEST.in),
> but I'll add my 2 cents.
Yup. That solved the problem.
> depends = [...] is used in building (it's like dependencies in make).
> If one of those files change, distutils will rebuild
Mike Meyer <[EMAIL PROTECTED]> writes:
> I've got a package that includes an extension that has a number of
> header files in the directory with the extension. They are specified
> as "depends = [...]" in the Extension class. However, Distutils
> doesn't seem to do anything with them.
>
> If I do
Mike Meyer wrote:
I've got a package that includes an extension that has a number of
header files in the directory with the extension. They are specified
as "depends = [...]" in the Extension class. However, Distutils
doesn't seem to do anything with them.
If I do an sdist, the include files aren't
I've got a package that includes an extension that has a number of
header files in the directory with the extension. They are specified
as "depends = [...]" in the Extension class. However, Distutils
doesn't seem to do anything with them.
If I do an sdist, the include files aren't added to the tar