Unify qotes and file perms in `setup.py`

This commit is contained in:
Oskar Winkels 2020-12-15 23:48:34 +01:00
parent 2241b3c2d0
commit 5c58abd977
1 changed files with 1 additions and 1 deletions

View File

@ -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(