From 088d28e4ff7af65cfb1a3748ca47bd2d9a8a7a41 Mon Sep 17 00:00:00 2001 From: Darwin Monroy Date: Mon, 5 Feb 2018 00:31:48 -0600 Subject: [PATCH] remove encoding from open --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ced9a9..530cece 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages here = os.path.abspath(os.path.dirname(__file__)) -with open(os.path.join(here, 'README.md'), encoding='utf-8') as f: +with open(os.path.join(here, 'README.md')) as f: long_description = f.read() setup(