Matched the other encode calls

This commit is contained in:
jm12138 2023-04-10 15:33:31 +00:00
parent c65a621b6b
commit adfd9f681c

View file

@ -3,7 +3,7 @@ from skbuild import setup
from pathlib import Path from pathlib import Path
this_directory = Path(__file__).parent this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text(encoding='UTF-8') long_description = (this_directory / "README.md").read_text(encoding="utf-8")
setup( setup(
name="llama_cpp_python", name="llama_cpp_python",