Unify qotes and file perms in setup.py
This commit is contained in:
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(
|
||||||
|
|||||||
Reference in New Issue
Block a user