0

I've succeeded in building python3 setup.py build_ext my C++ python extension shared library.

However; when I do python3 setup.py bdist_wheel I would like to include other 3rd party *.so libraries in the wheel as well.

Is this possible?

Frank C.
  • 7,758
  • 4
  • 35
  • 45
  • 1
    Possible duplicate of [How to include external library with python wheel package](https://stackoverflow.com/questions/23916186/how-to-include-external-library-with-python-wheel-package) – phd May 23 '18 at 01:15
  • https://stackoverflow.com/questions/37316177/distribute-a-python-package-with-a-compiled-dynamic-shared-library – phd May 23 '18 at 01:15

0 Answers0