Skip to content

fix setuptools_scm LookupError bug

Kevin Kuns requested to merge kevin.kuns/pygwinc:setuptools-bug into master

If setuptools_scm is installed but gwinc is not called from the gwinc directory, a LookupError was previously thrown. Now the version is set to '?.?.?' in this case.

Merge request reports