[Distutils] setuptools and distribute do not support --no-prune

Chris Withers chris at simplistix.co.uk
Fri Sep 11 12:07:45 CEST 2009


Tarek Ziadé wrote:
>> ...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

Well, aside from the hassle this causes with having to manually exclude 
all the .svn files and the like, it also doesn't work on setuptools or 
distribute:

bin/docpy setup.py sdist --no-prune
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
    or: setup.py --help [cmd1 cmd2 ...]
    or: setup.py --help-commands
    or: setup.py cmd --help

error: option --no-prune not recognized

cheers,

Chris

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
            - http://www.simplistix.co.uk


More information about the Distutils-SIG mailing list