Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix _is_dev_install by using importlib.metadata API
Instead of checking the presence of files in the filesystem, use the importlib.metadata API to check if the installation is in editable mode.
- Loading branch information