From 8fe020dc96f6168c2ca4b5e1e98930bbdd6f690a Mon Sep 17 00:00:00 2001 From: Jonathan Nye Date: Wed, 8 Jul 2020 08:34:41 +0200 Subject: [PATCH] Update setup.py Co-authored-by: Artem --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0443e79..51e3749 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ ) -with open('README.rst', encoding="utf-8") as f: +with open('README.rst', encoding='utf-8') as f: long_description = f.read()