2009/9/11 Chris Withers <[email protected]>: > 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 [email protected] 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. _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
