From 15766e79d8bd4acb99db6ee18b7affaa58f28820 Mon Sep 17 00:00:00 2001 From: Geert Derks Date: Tue, 18 Jan 2022 00:13:42 +0100 Subject: [PATCH] Specify UTF8 encoding for readme --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a5b24d..b1f7bf1 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -with open('README.rst') as readme_file: +with open('README.rst', encoding='utf8') as readme_file: README = readme_file.read() setup(