fix setuptools_scm LookupError bug
1 unresolved thread
1 unresolved thread
Compare changes
+ 4
− 1
@@ -10,7 +10,10 @@ try:
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.