aboutsummaryrefslogtreecommitdiffstats
path: root/packages/multillm-gemini/pyproject.toml
blob: 466bac884397f4ea41707859d7cc2de942c4cd9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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"]