We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4400bcf + f0d9536 commit a498d3eCopy full SHA for a498d3e
setup.py
@@ -125,7 +125,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
125
126
# read the contents of your README file
127
this_directory = Path(__file__).parent
128
-long_description = (this_directory / "README.md").read_text()
+long_description = (this_directory / "README.md").read_text(encoding='utf-8')
129
130
# The information here can also be placed in setup.cfg - better separation of
131
# logic and declaration, and simpler if you include description/version in a file.
0 commit comments