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

15 lines
302 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 = []
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"