| [build-system] | |
| requires = ["setuptools>=68"] | |
| build-backend = "setuptools.build_meta" | |
| [project] | |
| name = "tmf921-intent-training" | |
| version = "0.1.0" | |
| description = "QLoRA SFT training and OOD evaluation for TMF921 intent-to-config dataset" | |
| requires-python = ">=3.10" | |
| license = {text = "Apache-2.0"} | |
| [tool.setuptools.packages.find] | |
| where = ["src"] | |