14 lines
268 B
TOML
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"
|