diff --git a/setup.py b/setup.py index c5897e1..58e6a8a 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ author_email='master_fess@mail.ru', description='Compute distance between the two texts.', - long_description=open('README.rst').read(), + long_description=open('README.rst', encoding='utf-8').read(), keywords='distance between text strings sequences iterators', packages=['textdistance', 'textdistance.algorithms'],