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

13 lines
252 B
TOML

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