-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (31 loc) · 848 Bytes
/
pyproject.toml
File metadata and controls
34 lines (31 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[project]
name = "berkeley_humanoid_lite_assets"
version = "2025.09.07"
description = "Description files for Berkeley Humanoid Lite"
authors = [
{ name = "Berkeley Humanoid Project Developers" },
{ name = "-T.K.-" },
]
maintainers = [
{ name = "Berkeley Humanoid Project Developers" },
{ name = "-T.K.-" },
]
readme = "README.md"
requires-python = ">=3.10"
license = "MIT"
keywords = ["robotics", "isaaclab"]
classifiers = [
"Natural Language :: English",
"Programming Language :: Python :: 3.10",
]
dependencies = [
"onshape-to-robot",
"pymeshlab==2023.12.post3",
]
[project.urls]
repository = "https://github.com/HybridRobotics/Berkeley-Humanoid-Lite-Assets"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["berkeley_humanoid_lite_assets"]