Skip to content
Snippets Groups Projects
Commit 38606cdf authored by MasterScrat's avatar MasterScrat
Browse files

Fixing readme encoding

parent 1daa3d05
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ import sys
from setuptools import setup, find_packages
assert sys.version_info >= (3, 6)
with open('README.md') as readme_file:
with open('README.md', 'r', encoding='utf8') as readme_file:
readme = readme_file.read()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment