13 lines
232 B
TOML
13 lines
232 B
TOML
[project]
|
|
name = "animated_urdf"
|
|
version = "0.1.0"
|
|
readme = "README.md"
|
|
dependencies = ["rerun-sdk"]
|
|
|
|
[project.scripts]
|
|
animated_urdf = "animated_urdf:main"
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|