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(