Files
lab_tinylm/pyproject.toml
2026-02-09 19:49:18 +00:00

21 lines
350 B
TOML

[project]
name = "lab-language-model"
version = "5.0.0"
description = ""
requires-python = ">=3.10,<4.0"
dependencies = [
"click>=8.3.1",
"nltk>=3.9.2",
"tqdm>=4.67.3",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project.scripts]
tlm = "tlm.cli:cli"
[tool.hatch.build.targets.wheel]
packages = ["tlm"]