Skip to content

Allow for `pip install -e .`

Charlie Hoy requested to merge remove_version_file into master

The purpose of this MR is to prevent a FileNotFoundError when the user to runs pip install -e . from the source directory. This fixes issue #245 (closed).

Merge request reports