lib-uvicorn-config/pyproject.toml

16 lines
442 B
TOML

[project]
name = "lib-uvicorn-config"
version = "0.2.0"
description = "Shared Uvicorn configuration module with logging support"
readme = "README.md"
requires-python = ">=3.10"
authors = [{ name = "Florian Gänsejunge" }]
dependencies = ["simple-logger-handler"]
[build-system]
requires = ["setuptools>=61", "wheel"]
build-backend = "setuptools.build_meta"
[project.urls]
Homepage = "https://git.gansejunge.com/notifier/lib-uvicorn-config"