Skip to content

Commit

Permalink
fixup! pkgmeta: Remove use of pkg_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Nov 17, 2023
1 parent d788a6f commit ba9be77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion orangecanvas/utils/pkgmeta.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

__all__ = [
"Distribution", "EntryPoint", "entry_points", "normalize_name", "trim",
"trim_leading_lines", "trim_trailing_lines", "get_distribution"
"trim_leading_lines", "trim_trailing_lines", "get_distribution",
"parse_meta", "get_dist_meta"
]


Expand Down

0 comments on commit ba9be77

Please sign in to comment.