[project]
name = "app2"
version = "0.1.0"
description = "Simple text manipulation and repetition tool"
requires-python = ">=3.12"
dependencies = [
    "streamlit>=1.31.0",
]

[tool.streamline]
runtime = "streamlit"
type = "example"
display_name = "Text Repeater"
description = "Enter text and see it repeated and transformed"
emoji = "🤖"

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

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