Skip to content

Remove runtime pkg_resources usage#264

Draft
Mirochill wants to merge 1 commit into
adamerose:masterfrom
Mirochill:fix-262-remove-pkg-resources
Draft

Remove runtime pkg_resources usage#264
Mirochill wants to merge 1 commit into
adamerose:masterfrom
Mirochill:fix-262-remove-pkg-resources

Conversation

@Mirochill

@Mirochill Mirochill commented May 23, 2026

Copy link
Copy Markdown

Fixes #262.

Summary

  • Replace the runtime pkg_resources version lookup with importlib.metadata.
  • Resolve bundled icon paths relative to the package files instead of pkg_resources.resource_filename().
  • Remove setuptools from runtime requirements and add the metadata backport for Python 3.7.

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.

Pandasgui relying on deprecated Setuptools to set __version__

1 participant