importlib_metadata.EntryPoints.names
was introduced in 3.6.0 and it is currently being used in
|
return metadata.distribution('setuptools').entry_points.names |
This potentially cause problems when MetaPathFinder
s in Python 3.8 that use importlib.metadata
APIs to implement find_distributions
.
This problem was identified in pypa/pyproject-hooks#195 (comment).