From 3e36a5026e47eba7a0df7fd7b2632e31a421ee82 Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Tue, 1 Jun 2021 16:28:09 +0200 Subject: [PATCH] Fix installation on Windows --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5f77c23..6cbbe50 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -with open("README.md", "r") as fh: +with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() setup(