Hi,
I am using Gopy and it works as expected on my Mac (using gopy pkg)
I am building a wheel file using:
python setup.py build
python setup.py bdist_wheel
When trying to share the wheel file and use in on there Macs, it looks for local paths on my machine (python dylib)
Is there a best practice / recommendation on how to setup a process like that so I will be able eventually to push my package to pypi?