RobinYuan

Results 1 issues of RobinYuan

In setup.py: def read(fname): return open(os.path.join(os.path.dirname(__file__), fname),encoding="utf-8").read(); didn't make sure that the encoding is UTF-8.(I myself add the encoding="utf-8")And this will cause some gbk-users can't pip install baidusearch with command...