mirror of
https://github.com/TencentCloud/TencentDB-Agent-Memory
synced 2026-07-13 13:54:29 +00:00
feat: release v1.0.0-beta.1
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "tencentdb-agent-memory-sdk-python"
|
||||
version = "0.1.0"
|
||||
description = "Python SDK for TencentDB Agent Memory v2 API"
|
||||
readme = "README.md"
|
||||
license = { text = "MIT" }
|
||||
requires-python = ">=3.9"
|
||||
authors = [{ name = "TencentDB Agent Memory Team" }]
|
||||
dependencies = ["httpx>=0.24.0"]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = ["pytest>=7.0", "pytest-asyncio>=0.21", "respx>=0.20", "build", "python-dotenv>=1.0"]
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["tencentdb_agent_memory"]
|
||||
Reference in New Issue
Block a user