Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Nov 13, 2022
1 parent 7701202 commit eea9b28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setuptools_git_versioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ def version_from_git(
if line.startswith("Version:"):
result = line[8:].strip()
log.log(INFO, "Return %r", result)
# running on sdist package, do not sanitize
return result

if version_callback is not None:
Expand Down

0 comments on commit eea9b28

Please sign in to comment.