Files
elf/pyproject.toml
T
dingfeng.wong a8db36fa73 add
2025-07-09 19:46:32 +08:00

18 lines
344 B
TOML

[project]
name = "elf"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "dingfeng.wong", email = "dingfeng.wong@okg.com" }
]
requires-python = ">=3.13"
dependencies = [
"rich>=14.0.0",
"typer>=0.16.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"