Skip to content

Commit

Permalink
Add SimplePath to importlib_metadata.__all__.
Browse files Browse the repository at this point in the history
Closes #494
  • Loading branch information
jaraco committed Jul 24, 2024
1 parent 4bcda08 commit d18ae21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions importlib_metadata/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
'DistributionFinder',
'PackageMetadata',
'PackageNotFoundError',
'SimplePath',
'distribution',
'distributions',
'entry_points',
Expand Down
1 change: 1 addition & 0 deletions newsfragments/494.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add SimplePath to importlib_metadata.__all__.

0 comments on commit d18ae21

Please sign in to comment.