X-Git-Url: https://git.0d.be/?p=chloro.git;a=blobdiff_plain;f=setup.py;fp=setup.py;h=c11cbb80cac10037bcb4b175808628c1c03fc706;hp=20ef72297a2f3feeb96b52447b80b94adec7afa3;hb=be2bc4a27b69f350baf5de785903b9ffb922b30e;hpb=918821f6a36ad0bdb6fee94784cff074e9751f92 diff --git a/setup.py b/setup.py index 20ef722..c11cbb8 100644 --- a/setup.py +++ b/setup.py @@ -27,9 +27,9 @@ class eo_sdist(sdist): def get_version(): - '''Use the VERSION, if absent generates a version with git describe, if not - tag exists, take 0.0- and add the length of the commit log. - ''' + """Use the VERSION, if absent generates a version with git describe, if not + tag exists, take 0.0- and add the length of the commit log. + """ if os.path.exists('VERSION'): with open('VERSION', 'r') as v: return v.read()