示例#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
示例#2
0
 def get_outputs(self):
     return chain(install_lib.get_outputs(self), self.outputs)
示例#3
0
文件: setup.py 项目: Eksmo/pytest-cov
 def get_outputs(self):
     return chain(install_lib.get_outputs(self), self.outputs)