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