From bfe95cb2cbd8e696086fd1136bc8f79e53953904 Mon Sep 17 00:00:00 2001 From: nsheff Date: Thu, 4 Nov 2021 20:51:28 -0400 Subject: [PATCH] lint --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(