Merge pull request #252 from gafderks/gafderks-patch-1

Specify UTF8 encoding for readme
master
Brandon Taylor 2022-03-12 19:03:22 -05:00 committed by GitHub
commit b9c1f3e0c4
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(