[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"]