From 5dff380c655457ce89b942cf5a6d86e69027a112 Mon Sep 17 00:00:00 2001 From: GotthardG <51994228+GotthardG@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:25:46 +0100 Subject: [PATCH] Sync project metadata with `pyproject.toml` Updated scripts and backend to dynamically retrieve project name and version from `pyproject.toml`. This ensures consistent metadata across the OpenAPI client generation and the FastAPI application. --- pyproject.toml => backend/pyproject.toml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pyproject.toml => backend/pyproject.toml (100%) diff --git a/pyproject.toml b/backend/pyproject.toml similarity index 100% rename from pyproject.toml rename to backend/pyproject.toml