Fix UnicodeDecodeError by reading README.md with UTF-8 encoding

This commit is contained in:
shiv 2024-06-30 20:27:33 +05:30
parent d58286989c
commit a08f21d66c

View File

@ -28,7 +28,7 @@ setup(
name="Crawl4AI",
version="0.2.72",
description="🔥🕷️ Crawl4AI: Open-source LLM Friendly Web Crawler & Scrapper",
long_description=open("README.md").read(),
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
url="https://github.com/unclecode/crawl4ai",
author="Unclecode",