aboutsummaryrefslogtreecommitdiffstats
path: root/packages/multillm-openai/pyproject.toml
blob: b6053be22faf1138f30ca709e6ac2b7309f58e93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[project]
name = "multillm-openai"
version = "0.1.0"
description = "OpenAI provider for multillm"
requires-python = ">=3.10"
dependencies = [
    "multillm",
    "openai>=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_openai"]