[build-system] requires = ["setuptools>=68"] build-backend = "setuptools.build_meta" [project] name = "qwen35-classification-distill" version = "0.1.0" description = "Auditable Qwen3.5 24L→8L→6L→4L classification distillation" requires-python = ">=3.11" dependencies = [ "torch>=2.4", "transformers==5.13.0", "safetensors>=0.4", "PyYAML>=6", "pyarrow>=16", ] [project.scripts] qwen35-distill = "qwen35_distill.cli:main" [tool.setuptools] packages = ["qwen35_distill"]