cool-RR <[email protected]> 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 - [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig