Merge pull request #37 from shivkumar0757/fix-readme-encoding

@shivkumar0757  Great work! I value your contribution and have merged your pull request. You will be credited in the upcoming change-log. Thank you for your continuous support in advancing this library, to democratize an open access crawler to everyone.
This commit is contained in:
UncleCode
2024-07-01 07:31:07 +02:00
committed by GitHub

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",