We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7701202 commit eea9b28Copy full SHA for eea9b28
1 file changed
setuptools_git_versioning.py
@@ -531,6 +531,7 @@ def version_from_git(
531
if line.startswith("Version:"):
532
result = line[8:].strip()
533
log.log(INFO, "Return %r", result)
534
+ # running on sdist package, do not sanitize
535
return result
536
537
if version_callback is not None:
0 commit comments