On Sat, Nov 14, 2009 at 5:06 AM, Ben Finney <[email protected]> wrote: > 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
Semi-related: I was wondering if a pre/post install hook to the install command could be useful. Tarek _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
