Merge branch 'patch-1' of https://github.com/ofek/lbry into ofek-patch-1

This commit is contained in:
Jack Robison 2017-09-04 08:52:08 -04:00
commit de24d9f82c
No known key found for this signature in database
GPG key ID: 284699E7404E3CFF

View file

@ -49,7 +49,7 @@ def package_files(directory):
package_name = "lbrynet"
base_dir = os.path.abspath(os.path.dirname(__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')
setup(