Skip to content

Commit

Permalink
build: List xacro files in MANIFEST.in
Browse files Browse the repository at this point in the history
Add a MANIFEST.in, listing the xacro files.  Without this, they will not
be included in the distribution archive generated by `python -m build`.
  • Loading branch information
luator committed Jul 30, 2024
1 parent 4db8d9c commit 061cdaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
recursive-include xacro_files/ *.xacro

0 comments on commit 061cdaa

Please sign in to comment.