python: close runtime packaging and platform wheels

This commit is contained in:
Yichen Jiang
2026-07-13 16:34:09 +08:00
parent 5d913a796a
commit 283ac7f097
10 changed files with 385 additions and 4 deletions
+2 -2
View File
@@ -4,14 +4,14 @@ build-backend = "hatchling.build"
[project]
name = "deepseek-harness"
version = "0.0.0-dev"
version = "0.0.0.dev0"
description = "Python SDK for DeepSeek Harness"
readme = "README.md"
requires-python = ">=3.10"
license = { text = "BSD-3-Clause" }
dependencies = [
"pydantic>=2.12",
"deepseek-harness-runtime-bin==0.0.0-dev",
"deepseek-harness-runtime-bin==0.0.0.dev0",
]
[dependency-groups]