andreped commited on
Commit
74d57ef
1 Parent(s): d222d16

something weird with the reader

Browse files
Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -4,7 +4,7 @@ import os
4
 
5
 
6
  with open("README.md", "r") as f:
7
- long_description = f.read().decode("utf-16")
8
 
9
  with open('requirements.txt', 'r') as ff:
10
  required = ff.read().decode("utf-16").splitlines()
 
4
 
5
 
6
  with open("README.md", "r") as f:
7
+ long_description = f.read()
8
 
9
  with open('requirements.txt', 'r') as ff:
10
  required = ff.read().decode("utf-16").splitlines()