[build-system] requires = ["setuptools>=68"] build-backend = "setuptools.build_meta" [project] name = "aria-vllm-reasoning" version = "0.1.0" description = "vLLM reasoning parser plugin for Aria v1" requires-python = ">=3.10" license = {text = "Apache-2.0"} [project.entry-points."vllm.general_plugins"] aria_v1_reasoning = "aria_vllm_reasoning:register"