Merge branch 'ofek-patch-1'

This commit is contained in:
Jack Robison 2017-09-04 08:54:29 -04:00
commit f9147ea87c
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(