2026-07-11 14:08:24 +08:00
|
|
|
[build-system]
|
2026-07-27 15:36:55 +00:00
|
|
|
requires = ["hatchling>=1.30.1"]
|
2026-07-11 14:08:24 +08:00
|
|
|
build-backend = "hatchling.build"
|
|
|
|
|
|
|
|
|
|
[project]
|
|
|
|
|
name = "deepseek-harness-runtime-bin"
|
2026-07-13 16:34:09 +08:00
|
|
|
version = "0.0.0.dev0"
|
2026-07-11 14:08:24 +08:00
|
|
|
description = "Pinned DeepSeek Harness runtime for the Python SDK"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
requires-python = ">=3.10"
|
|
|
|
|
license = { text = "BSD-3-Clause" }
|
|
|
|
|
|
2026-07-14 00:40:36 +08:00
|
|
|
# Include the injected executable and default config; exclude the dev-only node
|
|
|
|
|
# closure from wheels and sdists.
|
2026-07-11 14:08:24 +08:00
|
|
|
[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"]
|
2026-07-13 16:34:09 +08:00
|
|
|
|
|
|
|
|
[tool.hatch.build.targets.wheel.hooks.custom]
|
|
|
|
|
|
|
|
|
|
[tool.hatch.build.targets.sdist.hooks.custom]
|