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 c65a621 commit adfd9f6Copy full SHA for adfd9f6
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(encoding='UTF-8')
+long_description = (this_directory / "README.md").read_text(encoding="utf-8")
7
8
setup(
9
name="llama_cpp_python",
0 commit comments