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

Specify UTF8 encoding for readme
This commit is contained in:
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

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(