From c2cd14cf762242d63aeec106d955390c8e14d582 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 28 Apr 2023 19:13:12 +0200 Subject: [PATCH] Add inclusion of URDF to MANIFEST.in (#346) --- MANIFEST.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 3d271e884..d82985f01 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ include brax/envs/assets/*.xml -recursive-include brax/test_data *.xml *.stl *.obj -recursive-include brax/visualizer * \ No newline at end of file +recursive-include brax/test_data *.xml *.stl *.obj *.urdf +recursive-include brax/visualizer *