Skip to content
Snippets Groups Projects
Commit c7cd3bfd authored by Christoph Groth's avatar Christoph Groth
Browse files

clarify comment

parent 33710fd3
No related branches found
No related tags found
No related merge requests found
...@@ -224,9 +224,9 @@ class kwant_sdist(distutils_sdist): ...@@ -224,9 +224,9 @@ class kwant_sdist(distutils_sdist):
print(msg, sep='\n', file=sys.stderr) print(msg, sep='\n', file=sys.stderr)
# This is an exact copy of the function from kwant/_common.py. We can't import # Other than the "if not use_git" clause in the beginning, this is an exact copy
# it here (because Kwant is not yet built when this scipt is run), so we just # of the function from kwant/_common.py. We can't import it here (because Kwant
# include a copy. # is not yet built when this scipt is run), so we just include a copy.
def get_version_from_git(): def get_version_from_git():
if not use_git: if not use_git:
return return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment