Skip to content

fix(package): include CRC shared libraries in builds - #180

Open
motphys-developers wants to merge 1 commit into
unitreerobotics:masterfrom
motphys-developers:master
Open

fix(package): include CRC shared libraries in builds#180
motphys-developers wants to merge 1 commit into
unitreerobotics:masterfrom
motphys-developers:master

Conversation

@motphys-developers

Copy link
Copy Markdown

Background

The build/install artifact does not include unitree_sdk2py/utils/lib/*.so, which can cause CRC-related functionality to fail after installation because the shared libraries are missing.

Changes

  • Added MANIFEST.in to include unitree_sdk2py/utils/lib/*.so in the source distribution
  • Added package_data in setup.py so the wheel also contains these shared libraries

Impact

This only affects packaging output. No runtime business logic was changed.

Verification

  • Build the sdist and wheel
  • Install the package and confirm the .so files are present under unitree_sdk2py/utils/lib/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant