]> git.0d.be Git - chloro.git/blobdiff - setup.py
reapply black with newer settings
[chloro.git] / setup.py
index 20ef72297a2f3feeb96b52447b80b94adec7afa3..c11cbb80cac10037bcb4b175808628c1c03fc706 100644 (file)
--- 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()