forked from LBRYCommunity/lbry-sdk
Merge branch 'patch-1' of https://github.com/ofek/lbry into ofek-patch-1
This commit is contained in:
commit
de24d9f82c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -49,7 +49,7 @@ def package_files(directory):
|
||||||
package_name = "lbrynet"
|
package_name = "lbrynet"
|
||||||
base_dir = os.path.abspath(os.path.dirname(__file__))
|
base_dir = os.path.abspath(os.path.dirname(__file__))
|
||||||
# Get the long description from the README file
|
# Get the long description from the README file
|
||||||
with open(os.path.join(base_dir, 'README.md')) as f:
|
with open(os.path.join(base_dir, 'README.md'), 'rb') as f:
|
||||||
long_description = f.read().decode('utf-8')
|
long_description = f.read().decode('utf-8')
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Add table
Reference in a new issue