Skip to content

cli: avoid pkg_resources for version lookup#92

Draft
Mirochill wants to merge 1 commit into
romanz:masterfrom
Mirochill:fix-76-remove-pkg-resources
Draft

cli: avoid pkg_resources for version lookup#92
Mirochill wants to merge 1 commit into
romanz:masterfrom
Mirochill:fix-76-remove-pkg-resources

Conversation

@Mirochill
Copy link
Copy Markdown

Summary

  • replace the CLI version lookup with importlib.metadata.version(amodem)
  • add the importlib-metadata backport for Python < 3.8
  • cover _version() with a targeted metadata lookup regression

Fixes #76.

Validation

  • Not run locally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implicit dependency on setuptools(No module named 'pkg_resources')

1 participant