From 96f72ea75bc82e6fae4e7f64db84a69040548709 Mon Sep 17 00:00:00 2001 From: Florian Date: Sat, 8 Nov 2025 12:26:22 +0100 Subject: [PATCH] Switched to Gitea PyPi packages --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b3d3498..b9131eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [project] name = "lib-uvicorn-config" -version = "0.1.0" +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 @ git+https://git.gansejunge.com/notifier/lib-logger-handler.git@main"] +dependencies = ["simple-logger-handler"] [build-system] requires = ["setuptools>=61", "wheel"]