python-iptools icon indicating copy to clipboard operation
python-iptools copied to clipboard

Get version from package metadata rather than hardcoded string

Open bd808 opened this issue 1 year ago • 0 comments

Use importlib.metadata to find the version of the installed package. See https://gitlab.wikimedia.org/repos/ci-tools/commit-message-validator/-/commit/64a3b58411f8dd3773516504556d22bee1465ff1 as an implementation example including support for older versions of Python.

bd808 avatar Aug 17 '23 20:08 bd808