Yelp / pyleus

Pyleus is a Python framework for developing and launching Storm topologies.
Apache License 2.0
404 stars 113 forks source link

fix the error when build under Chinese OS with default GBK encode #183

Open perillaseed opened 7 years ago

perillaseed commented 7 years ago

Because the "README.rst" is using "utf-8" encoded, and Chinese OS default encode is GBK, When build under Chinese Windows OS, it will report: Traceback (most recent call last): File "setup.py", line 81, in long_description=readme(), File "setup.py", line 65, in readme return f.read() UnicodeDecodeError: 'gbk' codec can't decode byte 0x99 in position 878: illegal multibyte sequence