Skip to content

Commit d18ae21

Browse files
committed
Add SimplePath to importlib_metadata.__all__.
Closes #494
1 parent 4bcda08 commit d18ae21

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

importlib_metadata/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
'DistributionFinder',
4040
'PackageMetadata',
4141
'PackageNotFoundError',
42+
'SimplePath',
4243
'distribution',
4344
'distributions',
4445
'entry_points',

newsfragments/494.feature.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add SimplePath to importlib_metadata.__all__.

0 commit comments

Comments
 (0)