20 lines
407 B
TOML
20 lines
407 B
TOML
[project]
|
|
name = "clawd-auth-runtime-py"
|
|
version = "1.0.0"
|
|
description = "Python 版本的 OpenClaw Auth Runtime"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
dependencies = [
|
|
"requests>=2.28.0",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|
|
|
|
[tool.uv]
|
|
index-url = "https://pypi.tuna.tsinghua.edu.cn/simple"
|