Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly decode files as utf-8. (#7)
* Explicitly decode files as utf-8. Both README and _version.py seem to contain non-ascii characters, and this code fails when ascii encoding is used. * exec does not need decoding _version file has utf-8 stanza at the top * Use open encoding param. Co-authored-by: Can Güney Aksakalli <[email protected]> * Revert "Use open encoding param." This reverts commit 51740fc. Co-authored-by: Can Güney Aksakalli <[email protected]>
- Loading branch information