标签: python-3.x setuptools python-wheel
我已经成功构建了python3 setup.py build_ext我的C ++ python扩展共享库。
python3 setup.py build_ext
然而;当我做python3 setup.py bdist_wheel时,我想在方向盘中包含其他第三方*.so库。
python3 setup.py bdist_wheel
*.so
这可能吗?