Specify UTF8 encoding for readme

master
Geert Derks 2022-01-18 00:13:42 +01:00 committed by GitHub
parent 844b51456f
commit 15766e79d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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(