We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b48858 + 712587b commit 44d70ebCopy full SHA for 44d70eb
setup.py
@@ -5,7 +5,7 @@
5
# read the contents of your README file
6
from pathlib import Path
7
this_directory = Path(__file__).parent
8
-long_description = (this_directory / 'README.md').read_text()
+long_description = (this_directory / 'README.md').read_text(encoding='utf-8')
9
10
gui = [
11
'PyQt5',
0 commit comments