How to override distutils install?
Skip Montanaro
skip at pobox.com
Fri Sep 5 13:14:41 EDT 2003
More information about the Python-list mailing list
Fri Sep 5 13:14:41 EDT 2003
- Previous message (by thread): How to override distutils install?
- Next message (by thread): removing terminal control characters
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
amk> Supply a cmd_class argument to setup(), like this:
amk> setup(name = ...,
amk> cmdclass = {'build_py': qx_build_py},
amk> )
Much appreciated. I'll see if there's something missing in the docs or if
I just missed what is already there.
S
- Previous message (by thread): How to override distutils install?
- Next message (by thread): removing terminal control characters
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list