ehForwarderBot / efb-qq-slave

EFB QQ Slave, a channel for EH Forwarder Bot. EFB QQ从端
GNU General Public License v3.0
448 stars 48 forks source link

Update setup.py #97

Closed StellarPurr closed 2 years ago

StellarPurr commented 3 years ago

Use utf-8 encoding to avoid the encoding error:

    long_description = open('README.rst').read()
UnicodeDecodeError: 'gbk' codec can't decode byte 0xab in position 108: illegal multibyte sequence
milkice233 commented 2 years ago

不知道为什么会默认gbk……Windows环境?