14 lines
266 B
TOML
14 lines
266 B
TOML
[project]
|
|
name = "dataframe_query"
|
|
version = "0.1.0"
|
|
# requires-python = "<3.12"
|
|
readme = "README.md"
|
|
dependencies = ["rerun-sdk"]
|
|
|
|
[project.scripts]
|
|
dataframe_query = "dataframe_query:main"
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|