Closed
Description
I wonder if this adds the metadata directories into the output of packages_distributions()
as import names. After this was merged, I'm seeing entries like these returned from packages_distributions()
:
'black-23.1.0.dist-info': ['black'],
'filelock-3.10.0.dist-info': ['filelock'],
'iniconfig-2.0.0.dist-info': ['iniconfig'],
'more_itertools-9.1.0.dist-info': ['more-itertools'],
'typing_extensions-4.5.0.dist-info': ['typing_extensions'],
IMHO, these should never occur here, as they are not importable modules.
Originally posted by @jherland in #432 (comment)
Metadata
Metadata
Assignees
Labels
No labels