13 lines
252 B
TOML
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"
|