From c7cd3bfd5d692843206db0e6bad59268d7183fd6 Mon Sep 17 00:00:00 2001 From: Christoph Groth <christoph.groth@cea.fr> Date: Fri, 11 Sep 2015 22:58:19 +0200 Subject: [PATCH] clarify comment --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 425f4362..ddd3efa3 100755 --- a/setup.py +++ b/setup.py @@ -224,9 +224,9 @@ class kwant_sdist(distutils_sdist): print(msg, sep='\n', file=sys.stderr) -# This is an exact copy of the function from kwant/_common.py. We can't import -# it here (because Kwant is not yet built when this scipt is run), so we just -# include a copy. +# Other than the "if not use_git" clause in the beginning, this is an exact copy +# of the function from kwant/_common.py. We can't import it here (because Kwant +# is not yet built when this scipt is run), so we just include a copy. def get_version_from_git(): if not use_git: return -- GitLab