From e131e7dea4a6367028dd660b99f3d7df341747a7 Mon Sep 17 00:00:00 2001 From: Wannaphong Phatthiyaphaibun Date: Sun, 18 Aug 2019 01:04:57 +0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 24422ae..b2d2b48 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup(name='sentic', version='0.0.8', description='Sentic Package for NLP', - long_description=open('README.md').read(), + long_description=open('README.md', 'r', encoding='utf-8-sig').read(), author=u'David Liu', author_email='7david12liu@gmail.com', url='https://github.com/daliu/sentic/',