8000
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.
1 parent 241d608 commit c65a621Copy full SHA for c65a621
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