From 4aef0d635805f61a32f1ff29d569e7766336d01d Mon Sep 17 00:00:00 2001 From: Justin Hammond <39606064+Justintime50@users.noreply.github.com> Date: Mon, 31 May 2021 18:13:50 -0600 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f4b08d3..5f2daaf 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -with open("README.md", "r") as fh: +with open('README.md', 'r') as fh: long_description = fh.read() REQUIREMENTS = [