I have a library which needs a precompiled extension modlue. Consider following file layout:
lib
|--- win32_py32
| |--- _lib.py
|---- win32_py32
|--- _lib.py
How can I build 2 different wheel
-packages which only contains the correct binary depending on the platform?