From 5c58abd977ad843a2fde963f0d91261cb78df456 Mon Sep 17 00:00:00 2001 From: Oskar Date: Tue, 15 Dec 2020 23:48:34 +0100 Subject: [PATCH] Unify qotes and file perms in `setup.py` --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4012084..86b1180 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import setuptools as st with open("README.md", "r") as f: long_description = f.read() -with open('LICENSE.md') as f: +with open("LICENSE.md", "r") as f: license_text = f.read() st.setup(