This repository has been archived on 2026-03-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
jeb-server-utils/pyproject.toml
T
2026-02-28 02:45:16 +01:00

10 lines
262 B
TOML

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "jeb-server-utils"
version = "0.1.2"
description = "The utilities for the jeb server"
dependencies = ["config-parser", "jeb-utils"]
license = "Apache-2.0"