We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0460fdb + adfd9f6 commit a5554a2Copy full SHA for a5554a2
setup.py
@@ -3,7 +3,7 @@
3
from pathlib import Path
4
5
this_directory = Path(__file__).parent
6
-long_description = (this_directory / "README.md").read_text()
+long_description = (this_directory / "README.md").read_text(encoding="utf-8")
7
8
setup(
9
name="llama_cpp_python",
0 commit comments