I've compiled the python wrapper of nanomsg
and I want to create a python installer for the package.
The package can be created by running
python setup.py bdist --format=wininst
However I would like nanomsg.dll/nanomsg.so
to be included in the installer/package but I haven't found any documentation regarding this issue.