[project] name = "multillm-gemini" version = "0.1.0" description = "Google Gemini provider for multillm" requires-python = ">=3.10" dependencies = [ "multillm", "google-genai>=1.0.0", ] [tool.uv.sources] multillm = { workspace = true } [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/multillm_gemini"]