[build-system] requires = ["setuptools>=77"] build-backend = "setuptools.build_meta" [project] name = "lomonosov-zenit-altay-runtime" version = "1.5.0" description = "Model-owned RAW plus NOOSPHERE runtime for LOMONOSOV ZENIT 27B ALTAY: serving profiles, tiled continuation prefill, Lloyd-Max value codec" requires-python = ">=3.11" license = "Apache-2.0" dependencies = [] [project.entry-points."vllm.general_plugins"] lomonosov_zenit_altay = "custom_generate.vllm_plugin:register" [tool.setuptools.packages.find] where = ["."] include = ["custom_generate*"]