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.
This commit is contained in:
GotthardG 2024-12-17 10:58:09 +01:00
parent 219cf93756
commit a3d23fbd1a

View File

@ -57,4 +57,4 @@ if [[ ! -d dist || -z "$(ls -A dist)" ]]; then
exit 1 exit 1
fi fi
echo "Python package built successfully in 'dist/'." echo "Python package built successfully in 'dist/'. !"