Skip to content

Commit 4d1529d

Browse files
committedFeb 14, 2019
meshes
1 parent 31c0624 commit 4d1529d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
],
2121
package_data={'rand_param_envs.gym': [
2222
'envs/mujoco/assets/*.xml',
23+
'envs/mujoco/assets/meshes/*',
2324
'envs/classic_control/assets/*.png',
2425
'envs/robotics/assets/LICENSE.md',
2526
'envs/robotics/assets/fetch/*.xml',
@@ -28,4 +29,4 @@
2829
'envs/robotics/assets/stls/hand/*.stl',
2930
'envs/robotics/assets/textures/*.png']
3031
},
31-
zip_safe=False)
32+
zip_safe=False)

0 commit comments

Comments
 (0)