Skip to content

Make __version__ global available for all supported python versions

Mattia Mancini requested to merge main into main

Extract the version information from the packaging and set it as version global. For the still supported python 3.7 this also handles the installation of the importlib-metadata package.

Merge request reports