issues
search
python
/
importlib_metadata
Library to access metadata for Python packages
https://importlib-metadata.readthedocs.io
Apache License 2.0
128
stars
82
forks
source link
Fix filesystem path distribution name inference parsing.
#379
Closed
jaraco
closed
2 years ago
jaraco
commented
2 years ago
Removed shadowed variable and make _name_from_stem a staticmethod.
Add some (failing) tests for _name_from_stem. Ref #377
Fix issue when metadata on the file system has no version. No more egg on face. Ref #377.
Update changelog. Ref #377.