Files
jeb-utils/pyproject.toml
T
2026-02-23 22:37:13 +01:00

10 lines
248 B
TOML

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "jeb-utils"
version = "0.1.4"
description = "Common utils for JEB client and server."
dependencies = ["cryptography"]
license = "Apache-2.0"