[project] name = "lib-uvicorn-config" version = "0.1.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 @ git+https://git.gansejunge.com/notifier/lib-logger-handler.git@main"] [build-system] requires = ["setuptools>=61", "wheel"] build-backend = "setuptools.build_meta" [project.urls] Homepage = "https://git.gansejunge.com/notifier/lib-uvicorn-config"