You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no reasonable case where a user has pkg_resources-accessible
metadata (or importlib-metadata) and does not have a `_version.py` file.
Instead of replacing with importlib-metadata, I'm just skipping ahead to
the hard-coded "unknown", using `0+unknown` to satisfy PEP440.
There may be a very rare case where someone makes an editable
installation and borks their directory, but knowing what the version was
when they installed it won't help us a lot there.
0 commit comments