Will you please make your answer more explicite ( where your answer comes from?) as the instruction you gave leads to a still an appropriate answer ( the first term contient Gamma[z, 0])
In[85]:=
Series[-(-1)^(n + k)*Sin[Pi*z]/Pi*Gamma[z, 0, 1], {z, 0, 1},
Assumptions -> z > 0];
InputForm[%]
Out[86]//
InputForm=
Gamma[z, 0]*SeriesData[z, 0, {(-1)^(1 + k + n)}, 1, 2, 1] +
SeriesData[z, 0, {(-1)^(k + n)*Gamma[0, 1]}, 1, 2, 1]