[Distutils] cross compiling using setuptools
Phillip J. Eby
pje at telecommunity.com
Sun Oct 8 23:35:20 CEST 2006
At 02:24 PM 10/8/2006 -0700, Venkat Bommakanti wrote:
> Wondering if a "setup.cfg" for this component (TG) in the component's
> directory itself, will serve the purpose.
Well, if each project is going to be built for only one platform,
sure. But the setup.cfg *overrides* the .pydistutils.cfg, so you don't
want to distribute a bunch of site/platform-specific options in the
project's published setup.cfg.
In any case, I thought your original issue had to do with getting
easy_install to handle these packages automatically, without modifying the
original packages in any way. And that's the context in which I've been
answering your questions.
More information about the Distutils-SIG
mailing list