Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependence on pkg_resources #448

Merged
merged 1 commit into from
Apr 17, 2024
Merged

Remove dependence on pkg_resources #448

merged 1 commit into from
Apr 17, 2024

Conversation

leouieda
Copy link
Member

We used it to get the registry file from the package data. But the file only had 4 entries so it made no sense to do all of this instead of having the registry as a dict directly in the code. So remove the registry file from the package and then we don't need pkg_resources.

Relevant issues/PRs:

This should resolve fatiando/harmonica#484 once it's released in #446

We used it to get the registry file from the package data. But the file
only had 4 entries so it made no sense to do all of this instead of
having the registry as a dict directly in the code. So remove the
registry file from the package and then we don't need pkg_resources.
@leouieda leouieda merged commit 07b270b into main Apr 17, 2024
18 checks passed
@leouieda leouieda deleted the pkg_resources branch April 17, 2024 17:42
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.

1 participant