(self)
| 26 | |
| 27 | |
| 28 | def finalize_options(self): |
| 29 | self.set_undefined_options('install', |
| 30 | ('root', 'root'), |
| 31 | ('force', 'force'), |
| 32 | ('install_base', 'install_base'), |
| 33 | ('install_platbase', |
| 34 | 'install_platbase'), |
| 35 | ('install_purelib', |
| 36 | 'install_purelib'), |
| 37 | ('install_headers', |
| 38 | 'install_headers'), |
| 39 | ('install_lib', 'install_lib'), |
| 40 | ('install_scripts', |
| 41 | 'install_scripts'), |
| 42 | ('install_data', 'install_data')) |
| 43 | |
| 44 | |
| 45 | def run(self): |
nothing calls this directly
no outgoing calls
no test coverage detected