Files
2026-07-13 13:05:14 +08:00

14 lines
268 B
TOML

[project]
name = "raw_mesh"
version = "0.1.0"
readme = "README.md"
dependencies = ["numpy", "requests>=2.31,<3", "rerun-sdk", "trimesh"]
[project.scripts]
raw_mesh = "raw_mesh.__main__:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"