holosoma-retargeting: pyproject-only + uv_build backend, fix README packaging#150
Open
clayrosenthal wants to merge 1 commit into
Open
holosoma-retargeting: pyproject-only + uv_build backend, fix README packaging#150clayrosenthal wants to merge 1 commit into
clayrosenthal wants to merge 1 commit into
Conversation
…README + metadata
8da2cad to
06b7c37
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Converts holosoma-retargeting to a single declarative
pyproject.tomlwith theuv_buildbackend — matching the same treatment applied toholosoma-inferenceandholosomacore.Changes
README.mdup one dir (holosoma_retargeting/README.md→ package root).readme = "README.md"resolves relative to the project root, so the old location meant the README was never packaged — the long description was silently empty. It now embeds astext/markdown.pyproject.toml: build backendsetuptools→uv_build(flat layout,module-root = ""); addedAmazon FAR Teamauthor,Apache-2.0license, keywords, and trove classifiers. Dependencies and thedevextra are unchanged.setup.py— it was a redundant duplicate of the pyproject metadata.source-includedata-file globs so the bundled robot descriptions, meshes, motion data, and templates ship in the wheel (urdf/xml/STL/obj/dae/mtl, npy/pt/pkl, the urdf jinja template, in-module docs). The old setuptools build had no MANIFEST.in / package_data, so it shipped none of these — apip installgot the code but not the assets.Verification
uv build→ clean sdist +py3-none-anywheel;twine checkPASSED on both.holosoma_retargeting, 5 subpackages (matches the oldfind_packages()exactly).