Skip to content

Commit 5dc02dd

Browse files
committed
Update project setting
1 parent 600f770 commit 5dc02dd

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

ir_sim/usage/05collision_test_world.py/collision_test.py renamed to ir_sim/usage/05collision_test_world/collision_test.py

File renamed without changes.

ir_sim/usage/05collision_test_world.py/collision_test.yaml renamed to ir_sim/usage/05collision_test_world/collision_test.yaml

File renamed without changes.
-184 KB
Binary file not shown.

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "ir_sim"
9-
version = "1.1.5"
9+
version = "1.1.7"
1010
authors = [
1111
{ name="Han Ruihua", email="hanrh@connect.hku.hk" },
1212
]
@@ -26,5 +26,12 @@ dependencies = ['matplotlib',
2626
'imageio',
2727
'pathlib',]
2828

29+
30+
[tool.setuptools.packages.find]
31+
where = ["./"]
32+
33+
[tool.setuptools.package-data]
34+
"*" = ["*.png", "*.yaml"]
35+
2936
[project.urls]
3037
"Homepage" = "https://github.com/hanruihua/ir_sim"

0 commit comments

Comments
 (0)