9 lines
225 B
TOML
9 lines
225 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "jeb-utils"
|
|
version = "0.1.3"
|
|
description = "Common utils for JEB client and server."
|
|
dependencies = ["cryptography"] |