10 lines
248 B
TOML
10 lines
248 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "jeb-utils"
|
|
version = "0.2.4"
|
|
description = "Common utils for JEB client and server."
|
|
dependencies = ["cryptography"]
|
|
license = "Apache-2.0" |