Exemplo n.º 1
0
    def get_outputs(self):
        outputs = _install_lib.get_outputs(self)

        exe_outputs = self._mutate_outputs(self.distribution.has_executables(),
                                           'build_exe', 'build_lib',
                                           self.install_dir)

        return outputs + exe_outputs
Exemplo n.º 2
0
 def get_outputs(self):
     return chain(install_lib.get_outputs(self), self.outputs)
Exemplo n.º 3
0
 def get_outputs(self):
     return chain(install_lib.get_outputs(self), self.outputs)