How to make a numpy+mkl wheel

Here is the unofficial wheel, as we can see, the intel mkl library were installed at the same time as this wheel is installed. I want to know how to make a wheel like this. The only difference I find is the extra DLLs directory compared to the wheel made by myself.

That was probably created manually, the normal Python packaging tools won’t create wheels like that. You’d need to ask the author directly (and it may be that he puts things together by hand, so there’s no automated process you can reuse).

That’s strange because the author from the wheel community invite me to discuss here.

By “the author from the wheel community” do you mean Christoph Gohlke? I saw your posting against the wheel project, but please note that the wheel project is not the author of the wheel you’re talking about.