Явное указание кодировки файла

This commit is contained in:
Andrei Astafev 2019-07-04 12:33:39 +03:00
parent 3928ef46d6
commit 2b2533da31

View File

@ -2,7 +2,7 @@
from setuptools import setup, find_packages
with open('README.rst') as f:
with open('README.rst', encoding='utf-8') as f:
readme = f.read()
setup(