Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix[ci]: fix README encoding in
setup.py
(#4348)
the call to `setup()` would fail on windows when there are unicode characters in `README.md`, because files are apparently opened with encoding `cp1252` by default on windows. this commit ensures the file is opened with `utf-8` encoding.
- Loading branch information