bandit icon indicating copy to clipboard operation
bandit copied to clipboard

Replace pbr in favor of importlib

Open ericwb opened this issue 4 years ago • 0 comments

The importlib module has a metadata.version to retrieve the package version of the given module. This can be used in lieu of pbr for gathering versioning. And since importlib is part of the base Python package in 3.8 and greater, we can drop another dependency.

Closes #839

Signed-off-by: Eric Brown [email protected]

ericwb avatar Mar 01 '22 21:03 ericwb