Tarek Ziadé kirjoitti:
On Sat, Nov 14, 2009 at 5:06 AM, Ben Finney <ben+pyt...@benfinney.id.au> wrote:
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
Semi-related:
I was wondering if a pre/post install hook to the install command
could be useful.
Distribute itself uses something like that, doesn't it? Having
standardized pre/post-install hooks might be worth considering.
Tarek
_______________________________________________
Distutils-SIG maillist - Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig
_______________________________________________
Distutils-SIG maillist - Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig