mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
32 lines
1.0 KiB
TOML
32 lines
1.0 KiB
TOML
[build-system]
|
|
requires = ["hatchling==1.30.1"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "deepseek-harness-runtime-bin"
|
|
version = "0.0.0.dev0"
|
|
description = "Pinned DeepSeek Harness runtime for the Python SDK"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
license = "MIT"
|
|
authors = [{ name = "DeepSeek" }]
|
|
|
|
[project.urls]
|
|
Homepage = "https://github.com/deepseek-ai/deepseek-harness"
|
|
Documentation = "https://github.com/deepseek-ai/deepseek-harness/blob/master/python/sdk-runtime/README.md"
|
|
Issues = "https://github.com/deepseek-ai/deepseek-harness/issues"
|
|
Source = "https://github.com/deepseek-ai/deepseek-harness"
|
|
|
|
# Include the injected executable and default config; exclude the dev-only node
|
|
# closure from wheels and sdists.
|
|
[tool.hatch.build]
|
|
artifacts = ["src/deepseek_harness_runtime/runtime/dsh-jsonrpc-agent-*"]
|
|
exclude = ["src/deepseek_harness_runtime/runtime/node"]
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["src/deepseek_harness_runtime"]
|
|
|
|
[tool.hatch.build.targets.wheel.hooks.custom]
|
|
|
|
[tool.hatch.build.targets.sdist.hooks.custom]
|