Skip to content

Commit eea9b28

Browse files
committed
Update comment
1 parent 7701202 commit eea9b28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setuptools_git_versioning.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ def version_from_git(
531531
if line.startswith("Version:"):
532532
result = line[8:].strip()
533533
log.log(INFO, "Return %r", result)
534+
# running on sdist package, do not sanitize
534535
return result
535536

536537
if version_callback is not None:

0 commit comments

Comments
 (0)