Files
rerun-io--rerun/examples/python/using_index_values/pyproject.toml
T
2026-07-13 13:05:14 +08:00

13 lines
247 B
TOML

[project]
name = "using_index_values"
version = "0.1.0"
readme = "README.md"
dependencies = ["rerun-sdk"]
[project.scripts]
using_index_values = "using_index_values:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"