-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
edb03da
commit 839401e
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" } | ||
|
@@ -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 = [ | ||
|
@@ -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" | ||
|