2009/9/11 Chris Withers chris@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@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.