[Distutils] setuptools bug report: include_package_data is on by default if there is a find-files plugin?
Phillip J. Eby
pje at telecommunity.com
Thu Nov 15 02:05:50 CET 2007
At 05:29 PM 11/14/2007 -0700, zooko wrote:
>At 04:57 PM 11/9/2007 -0700, zooko wrote:
>>Folks:
>>
>>If my setuptools_darcs plugin [1] is installed, then all files under
>>revision control get included in packages, even if
>>include_package_data=True was not passed.
>
>On Nov 9, 2007, at 6:56 PM, Phillip J. Eby wrote:
>
>>By "included in packages", do you mean included in eggs and
>>installed, or do you mean included in source distributions?
>
>I meant the latter -- I didn't test the former.
That's "as intended" -- a source distribution always includes all the
source, whether the files in question will be installed or not.
More information about the Distutils-SIG
mailing list