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