]> git.0d.be Git - panikweb-esperanzah.git/blobdiff - setup.py
trivial: apply pre-commit configuration
[panikweb-esperanzah.git] / setup.py
index 6a341217bc7f2449b327feafca2abcbb0ba0ce99..b78347b0491f7ab00b88488f36c0181fecaa7e76 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ class sdist(_sdist):
 
 def get_version():
     if os.path.exists('VERSION'):
-        with open('VERSION', 'r') as v:
+        with open('VERSION') as v:
             return v.read()
     if os.path.exists('.git'):
         p = subprocess.Popen(