Skip to content

Move native extension inside module

Andi Vajda requested to merge github/fork/wyattanderson/icu-module into master

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.

Merge request reports