On Fri, Sep 11, 2009 at 12:02 PM, Chris Withers <[email protected]> wrote:
> Tarek Ziadé wrote:
>>
>> On Fri, Sep 11, 2009 at 11:53 AM, Chris Withers <[email protected]>
>> wrote:
>>>
>>> ...which is kinda annoying :-(
>>>
>>> The problem is, in Python 2.6.2, line 357 of sdist.py.
>>>
>>> This ends up applying the following:
>>>
>>> exclude_pattern: applying regex r'^build\.*'
>>>
>>> ...which of course chomps buildout.cfg, with no possibility to add it
>>> back
>>> in MANIFEST.in :-(
>>
>> You can disable the prune option with --no-prune
>
> To what? the sdist command? Can I put that in setup.cfg somewhere?

yes you can, http://docs.python.org/distutils/configfile.html

>
>> you can also uset the the MANIFEST.in template file to define
>> what's in your distribution.
>
> My MANIFEST.in currently contains:
>
> include *
>

this is suppose to include all file alongside setup.py
(but no subdirs)

see http://docs.python.org/distutils/configfile.html
_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to