Files
elf/pyproject.toml
T
dingfeng.wong 4ae037ceab encode refactor
2025-07-10 00:00:32 +08:00

23 lines
433 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 = [
"googletrans>=4.0.2",
"pyperclip>=1.9.0",
"rich>=14.0.0",
"typer>=0.16.0",
]
[project.scripts]
elf = "elf.cli:app"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"