cool-RR <cool...@cool-rr.com> writes:

> What I really want is never having to worry about the build directory
> being around after doing any actions with `setup.py`. Do you have any
> other suggestion?

If you have determined that ‘setup.py install clean’ does what you want,
then you can create a user-specific ‘setup.cfg’ with this section:

    [aliases]
    install = install clean

-- 
 \           “Special cocktails for the ladies with nuts.” —bar, Tokyo |
  `\                                                                   |
_o__)                                                                  |
Ben Finney

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to