We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bcda08 commit d18ae21Copy full SHA for d18ae21
importlib_metadata/__init__.py
@@ -39,6 +39,7 @@
39
'DistributionFinder',
40
'PackageMetadata',
41
'PackageNotFoundError',
42
+ 'SimplePath',
43
'distribution',
44
'distributions',
45
'entry_points',
newsfragments/494.feature.rst
@@ -0,0 +1 @@
1
+Add SimplePath to importlib_metadata.__all__.
0 commit comments