From a2ef197ef7138a9db6a2b247cf8b83668fe82c76 Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Sat, 12 May 2018 13:40:23 -0400 Subject: [PATCH] Remove encoding argument --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dac2b2365..354d5209a 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ URL = CHATTERBOT.__url__ DESCRIPTION = CHATTERBOT.__doc__ -with open('README.md', encoding='utf-8') as f: +with open('README.md') as f: LONG_DESCRIPTION = f.read() with open('requirements.txt') as requirements: