24a0850f55
geändert: pyproject.toml geändert: src/jeb_utils/jeb_utils.py
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.2"
|
|
description = "Common utils for JEB client and server."
|
|
dependencies = ["cryptography"] |