Move native extension inside module
Created by: wyattanderson
The goal here is to address this issue with delocate
, so that we can internally distribute relocatable binary wheels for OS X:
https://github.com/matthew-brett/delocate/issues/12#issuecomment-246536098
I've tested a little bit locally, but would love assistance testing more substantially. I'm not very familiar with Python packaging when it comes to native extensions.