12 lines
241 B
TOML
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 = ["."]
|