diff --git a/setup.py b/setup.py index 13186fa..094d620 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def read_reqs(reqs_name): with open("{}/_version.py".format(PACKAGE), "r") as versionfile: version = versionfile.readline().split()[-1].strip("\"'\n") -with open('README.md') as f: +with open("README.md") as f: long_description = f.read() setup(