forked from LBRYCommunity/lbry-sdk
Fixed long description of package
This commit is contained in:
parent
ea83827d57
commit
810a63782d
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -12,7 +12,8 @@ setup(
|
||||||
author_email="hello@lbry.io",
|
author_email="hello@lbry.io",
|
||||||
url="https://lbry.io",
|
url="https://lbry.io",
|
||||||
description="A decentralized media library and marketplace",
|
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",
|
keywords="lbry protocol media",
|
||||||
license='MIT',
|
license='MIT',
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
|
|
Loading…
Reference in a new issue