Prepare Python SDK public PyPI publication
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[build-system]
|
||||
requires = ["hatchling>=1.30.1"]
|
||||
requires = ["hatchling==1.30.1"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
@@ -8,7 +8,14 @@ version = "0.0.0.dev0"
|
||||
description = "Pinned DeepSeek Harness runtime for the Python SDK"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
license = { text = "BSD-3-Clause" }
|
||||
license = "BSD-3-Clause"
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user