Hi, I disliked that setup.py creates its own temp directories without any private prefix, so I wanted to override this option in setup.py:
$ setup.py build -h ... Options for 'build' command: --build-base (-b) base directory for build library And the only way I could find to do this is through setup.cfg: http://docs.python.org/2/distutils/configfile.html Is it really the case or I overlooked some essential documentation part? Please, CC. -- anatoly t.
_______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
