distutils, sdist and tests
Steven Bethard
steven.bethard at gmail.com
Sun Jan 28 01:37:13 EST 2007
Robert Kern wrote:
> Steven Bethard wrote:
>> Robert Kern wrote:
>
>>> Are you sure that you don't have changes left over in your setup.py when you
>>> tested that?
>> Yep. (Though I still cleared everything out and tried it again.)
>> Here's what I got using an unmodified setup.py and the MANIFEST.in you
>> suggested. Note that the "bdist" version is putting test_argparse.py
>> into site-packages.
>
>> > python setup.py bdist_dumb
>> running bdist_dumb
>> running build
>> running build_py
>> installing to build\bdist.win32\dumb
>> running install
>> running install_lib
>
> Are you sure that you removed the build/ directory?
Ahh thanks. Sorry I thought I was supposed to remove the old stuff from
dist/ not from build/. Yes, I get the same behavior as you do when I
remove build/. Sorry for the confusion!
Steve
More information about the Python-list
mailing list