Skip to content

Commit 839401e

Browse files
try add datafiles
1 parent edb03da commit 839401e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mujoco_robot_environments"
7-
version = "0.0.7"
7+
version = "0.0.8"
88
description = "Simulation environments for basic manipulation tasks."
99
authors = [
1010
{ name = "Peter David Fagan", email = "[email protected]" }
@@ -13,7 +13,7 @@ readme = "README.md"
1313

1414
[tool.poetry]
1515
name = "mujoco_robot_environments"
16-
version = "0.0.7"
16+
version = "0.0.8"
1717
description = "Simulation environments for basic manipulation tasks."
1818
license = "Apache-2.0"
1919
authors = [
@@ -31,6 +31,9 @@ packages = [
3131
[tool.setuptools]
3232
py-modules=["mujoco_robot_environments"]
3333

34+
[tool.setuptools.package-data]
35+
mujoco_robot_environments = ['*.png']
36+
3437
[tool.poetry.dependencies]
3538
python = "3.10.6"
3639
numpy = "^1.16.0"

0 commit comments

Comments
 (0)