File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " mujoco_robot_environments"
7- version = " 0.0.7 "
7+ version = " 0.0.8 "
88description = " Simulation environments for basic manipulation tasks."
99authors = [
1010 {
name =
" Peter David Fagan" ,
email =
" [email protected] " }
@@ -13,7 +13,7 @@ readme = "README.md"
1313
1414[tool .poetry ]
1515name = " mujoco_robot_environments"
16- version = " 0.0.7 "
16+ version = " 0.0.8 "
1717description = " Simulation environments for basic manipulation tasks."
1818license = " Apache-2.0"
1919authors = [
@@ -31,6 +31,9 @@ packages = [
3131[tool .setuptools ]
3232py-modules =[" mujoco_robot_environments" ]
3333
34+ [tool .setuptools .package-data ]
35+ mujoco_robot_environments = [' *.png' ]
36+
3437[tool .poetry .dependencies ]
3538python = " 3.10.6"
3639numpy = " ^1.16.0"
You can’t perform that action at this time.
0 commit comments