Hochfrequenz / mig_ahb_utility_stack

MIG AHB Utility Stack (MAUS): A Script to Match the Message Implementation Guide (MIG) with the Anwendungshandbuch (AHB)
MIT License
2 stars 0 forks source link

🩹Upgrade `requirements-packaging.txt` - resolve `InvalidDistribution` issue #389

Closed lord-haffi closed 5 months ago

lord-haffi commented 5 months ago

Packaging-Test Failed: InvalidDistribution: Metadata is missing required fields: Name, Version.

Viele unserer Pakete (und Repos, die mal ein Paket werden könnten) haben seit dem WE ein Problem mit der Packaging-Action. Das Problem lässt sich durch

pip-compile --upgrade requirements-packaging.in

lösen. Danach ggf. noch pip-compile-multi oder tox -e compile_requirements ausführen.

This PR was generated using multi-gitter