Skip to content

Commit 1ef9235

Browse files
committed
Update comment for previous change
1 parent 77da109 commit 1ef9235

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setuptools_scm/version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ def callable_or_entrypoint(group, callable_or_name):
3131
def tag_to_version(tag):
3232
trace('tag', tag)
3333
# lstrip the v because of py2/py3 differences in setuptools
34+
# also required for old versions of setuptools
3435
version = tag.rsplit('-', 1)[-1].lstrip('v')
3536
if parse_version is None:
3637
return version

0 commit comments

Comments
 (0)