Skip to content

Commit a498d3e

Browse files
committed
Merge branch 'main' of github.com:abdeladim-s/pyllamacpp
2 parents 4400bcf + f0d9536 commit a498d3e

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
@@ -125,7 +125,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
125125

126126
# read the contents of your README file
127127
this_directory = Path(__file__).parent
128-
long_description = (this_directory / "README.md").read_text()
128+
long_description = (this_directory / "README.md").read_text(encoding='utf-8')
129129

130130
# The information here can also be placed in setup.cfg - better separation of
131131
# logic and declaration, and simpler if you include description/version in a file.

0 commit comments

Comments
 (0)