Refactor website content and setup.py descriptions for consistent terminology

This commit is contained in:
unclecode
2024-09-12 16:50:52 +08:00
parent 30807f5535
commit b179aa9b6f
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@
<body> <body>
<header class="bg-gray-900 text-white py-4"> <header class="bg-gray-900 text-white py-4">
<div class="container mx-auto px-4"> <div class="container mx-auto px-4">
<h1 class="text-2xl font-bold">🔥🕷️ Crawl4AI: Open-source LLM Friendly Web Scrapper</h1> <h1 class="text-2xl font-bold">🔥🕷️ Crawl4AI: Open-source LLM Friendly Web scraper</h1>
</div> </div>
</header> </header>

View File

@@ -26,7 +26,7 @@ transformer_requirements = [req for req in requirements if req.startswith(("tran
setup( setup(
name="Crawl4AI", name="Crawl4AI",
version="0.2.77", version="0.2.77",
description="🔥🕷️ Crawl4AI: Open-source LLM Friendly Web Crawler & Scrapper", description="🔥🕷️ Crawl4AI: Open-source LLM Friendly Web Crawler & scraper",
long_description=open("README.md", encoding="utf-8").read(), long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://github.com/unclecode/crawl4ai", url="https://github.com/unclecode/crawl4ai",