jsp-open-api-signature/pyproject.toml
Simple.C.Han 13c7f62870 init
2026-06-17 10:23:52 +08:00

12 lines
241 B
TOML

[project]
name = "jsp-open-api-signature"
version = "0.1.0"
description = "Python SDK for JSP Open API signature generation"
requires-python = ">=3.9"
dependencies = [
"requests>=2.31.0",
]
[tool.setuptools.packages.find]
where = ["."]