Switched to Gitea PyPi packages

This commit is contained in:
Florian 2025-11-08 12:26:22 +01:00
parent 18b7d790ae
commit 96f72ea75b

View File

@ -1,11 +1,11 @@
[project] [project]
name = "lib-uvicorn-config" name = "lib-uvicorn-config"
version = "0.1.0" version = "0.2.0"
description = "Shared Uvicorn configuration module with logging support" description = "Shared Uvicorn configuration module with logging support"
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
authors = [{ name = "Florian Gänsejunge" }] 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] [build-system]
requires = ["setuptools>=61", "wheel"] requires = ["setuptools>=61", "wheel"]