Unify qotes and file perms in setup.py
This commit is contained in:
parent
2241b3c2d0
commit
5c58abd977
2
setup.py
2
setup.py
@ -3,7 +3,7 @@ import setuptools as st
|
|||||||
with open("README.md", "r") as f:
|
with open("README.md", "r") as f:
|
||||||
long_description = f.read()
|
long_description = f.read()
|
||||||
|
|
||||||
with open('LICENSE.md') as f:
|
with open("LICENSE.md", "r") as f:
|
||||||
license_text = f.read()
|
license_text = f.read()
|
||||||
|
|
||||||
st.setup(
|
st.setup(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user