From 1dc79d449b14bcfedc31519252254ee6acb88ff6 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Wed, 26 Feb 2025 00:19:54 +0200 Subject: [PATCH] docs: update library description --- setup.cfg | 2 +- setup.py | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 84cb519..ad4de36 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,6 @@ name = scrapling version = 0.2.95 author = Karim Shoair author_email = karim.shoair@pm.me -description = Scrapling is an undetectable, powerful, flexible, adaptive, and high-performance web scraping library for Python. +description = Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy again! license = BSD home_page = https://github.com/D4Vinci/Scrapling \ No newline at end of file diff --git a/setup.py b/setup.py index 6b5c647..81afabd 100644 --- a/setup.py +++ b/setup.py @@ -7,9 +7,8 @@ with open("README.md", "r", encoding="utf-8") as fh: setup( name="scrapling", version="0.2.95", - description="""Scrapling is a powerful, flexible, and high-performance web scraping library for Python. It - simplifies the process of extracting data from websites, even when they undergo structural changes, and offers - impressive speed improvements over many popular scraping tools.""", + description="""Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy again! In an internet filled with complications, + it simplifies web scraping, even when websites' design changes, while providing impressive speed that surpasses almost all alternatives.""", long_description=long_description, long_description_content_type="text/markdown", author="Karim Shoair",