hfaran / slack-export-viewer

A Slack Export archive viewer that allows you to easily view and share your Slack team's export
https://pypi.python.org/pypi/slack-export-viewer
MIT License
908 stars 192 forks source link

setup error: about GBK #123

Closed includeno closed 4 years ago

includeno commented 4 years ago

//I have corrected the error in setup.py by adding encoding='UTF-8' please update it def read(filename): """Read and return filename in root dir of project and return string""" here = os.path.abspath(os.path.dirname(file)) return codecs.open(os.path.join(here, filename), 'r',encoding='UTF-8').read()

hfaran commented 4 years ago

Done: https://github.com/hfaran/slack-export-viewer/commit/f2d6abf773857660a9f6f2f1ee6cb452fc92ad9d