@@ -3,7 +3,7 @@ from skbuild import setup
from pathlib import Path
this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()
long_description = (this_directory / "README.md").read_text(encoding='UTF-8')
setup(
name="llama_cpp_python",
The note is not visible to the blocked user.