[Distutils] pruning overrides MANIFEST.in

Tarek Ziadé ziade.tarek at gmail.com
Fri Sep 11 14:03:14 CEST 2009


2009/9/11 Chris Withers <chris at simplistix.co.uk>:
> Chris Withers wrote:
>>>
>>> this is suppose to include all file alongside setup.py
>>> (but no subdirs)
>>
>> I know! ;-)
>>
>> It's not though...
>>
>> Using disutils and with the following MANIFEST.in
>
> Sorry:
>
> """
> include buildout.cfg
> """


I tested and it works for me with distutils at 2.6 and I tried with the
current trunk:

MANIFEST.in:
  include buildout.cfg

setup.py:
  from distutils.core import setup
  setup(name='ok')

resulting MANIFEST, by calling "python setup.py sdist"
"""
buildout.cfg
setup.py
"""


I need to see the content of your setup.py, there must be an
interaction with something else.


More information about the Distutils-SIG mailing list