feat: added metadata to logging

This commit is contained in:
2024-04-11 13:53:02 +02:00
parent 1120974841
commit 0d12f5c494
3 changed files with 4 additions and 2 deletions

2
build
View File

@@ -35,7 +35,7 @@ python3 -m pip install -r requirements-dev.txt
python3 -m build
# install the newest version
python3 -m pip install .
# python3 -m pip install .
if [ "$test" = true ];
then