From 6ff0c290a8f2ba0d9c71cd759b007e924903218d Mon Sep 17 00:00:00 2001 From: Stephane Bruckert Date: Thu, 16 Jan 2020 17:57:17 +0000 Subject: [PATCH] Python2 fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e4a6ae3..092cb7f 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -with open("README.md", "r", encoding="utf-8") as f: +with open("README.md", "r") as f: long_description = f.read() setup(