8000 Add UTF-8 Encoding in read_text. · Co-Simulation/llama-cpp-python@c65a621 · GitHub
[go: up one dir, main page]

Skip to content

Commit c65a621

Browse files
committed
Add UTF-8 Encoding in read_text.
1 parent 241d608 commit c65a621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pathlib import Path
44

55
this_directory = Path(__file__).parent
6-
long_description = (this_directory / "README.md").read_text()
6+
long_description = (this_directory / "README.md").read_text(encoding='UTF-8')
77

88
setup(
99
name="llama_cpp_python",

0 commit comments

Comments
 (0)
0