Fixed long description of package

This commit is contained in:
Nikita Titov 2018-10-20 15:19:06 +03:00 committed by Lex Berezhny
parent ea83827d57
commit 810a63782d

View file

@ -12,7 +12,8 @@ setup(
author_email="hello@lbry.io",
url="https://lbry.io",
description="A decentralized media library and marketplace",
long_description=open(README_PATH).read(),
long_description=open(README_PATH, encoding='utf-8').read(),
long_description_content_type="text/markdown",
keywords="lbry protocol media",
license='MIT',
python_requires='>=3.6',