Re: [Distutils] [setuptools] svn'ed file being missed with include_package_data=True

2008-08-22 Thread Dave Peterson
Chris Withers wrote: [1] Anyone know how to get .tgz source builds on windows rather than .zips? Yes, do 'python setup.py sdist --formats=gztar'. You can find this yourself by doing 'python setup.py sdist -h' which will show (among other things): Options for 'sdist' command: --formats

[Distutils] [setuptools] svn'ed file being missed with include_package_data=True

2008-08-19 Thread Chris Withers
Hi All, I have a setup.py that looks roughly like: import os from setuptools import setup, find_packages ... setup( ... packages=find_packages(), zip_safe=False, include_package_data=True, ... ) ...and a file layout roughly like: /bootstrap.py /buildout.cfg /setup.py

Re: [Distutils] [setuptools] svn'ed file being missed with include_package_data=True

2008-08-19 Thread Chris Withers
chris wrote: What version of subversion are you using? 1.4.5 cheers, Chris -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk ___ Distutils-SIG maillist - Distutils-SIG@python.org