[Distutils] Re: [Python-Dev] Killing off bdist_dumb

Thomas Heller theller@python.net
Fri Nov 15 10:46:07 2002


> 
> Funny; I would have expected that bdist is a no-op.
> 
  python setup.py bdist --help
or
  python setup.py sdist --help
gives also useful info. Also the --help-formats options.

Thomas