Skip to content

Make __version__ global available for all supported python versions

Corné Lukken requested to merge lukken/python-package-template: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