Skip to content

Commit

Permalink
try add datafiles
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdavidfagan committed Jun 5, 2024
1 parent edb03da commit 839401e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

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

[tool.poetry]
name = "mujoco_robot_environments"
version = "0.0.7"
version = "0.0.8"
description = "Simulation environments for basic manipulation tasks."
license = "Apache-2.0"
authors = [
Expand All @@ -31,6 +31,9 @@ packages = [
[tool.setuptools]
py-modules=["mujoco_robot_environments"]

[tool.setuptools.package-data]
mujoco_robot_environments = ['*.png']

[tool.poetry.dependencies]
python = "3.10.6"
numpy = "^1.16.0"
Expand Down

0 comments on commit 839401e

Please sign in to comment.