andreped commited on
Commit
0fe6911
1 Parent(s): 6bede5f

two encoding bugs actually

Browse files
Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -3,7 +3,7 @@ from setuptools.command.install import install
3
  import os
4
 
5
 
6
- with open("README.md", "r") as f:
7
  long_description = f.read()
8
 
9
  with open('requirements.txt', 'rb') as ff:
 
3
  import os
4
 
5
 
6
+ with open("README.md", "rb") as f:
7
  long_description = f.read()
8
 
9
  with open('requirements.txt', 'rb') as ff: