Closed sagunn-echo closed 8 months ago
Explicitly defining utf-8 encoding to avoid UnicodeDecodeError on setup.py in Windows environment
resolves #
Resolves #160
Changes long_description=README.read_text() to long_description=README.read_text(encoding='utf-8') in setup.py
CHANGELOG.md
I've fixed the conflicts and re-issued this pull request as #169.
Explicitly defining utf-8 encoding to avoid UnicodeDecodeError on setup.py in Windows environment
resolves #
Resolves #160
Description
Changes long_description=README.read_text() to long_description=README.read_text(encoding='utf-8') in setup.py
Checklist
CHANGELOG.md
with information about my change