andreped commited on
Commit
94deb45
·
1 Parent(s): 78277a4

changed encoding

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