[project]
name = "app1"
version = "0.1.0"
description = "Interactive data exploration and visualization tool"
requires-python = ">=3.12"
dependencies = [
    "streamlit>=1.31.0",
    "numpy>=1.26.0",
]

[tool.streamline]
runtime = "streamlit"
type = "example"
display_name = "Data Explorer"
description = "Generate and visualize random data interactively"
emoji = "🚀"

[tool.hatch.build.targets.wheel]
packages = ["."]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
