docs: update library description
This commit is contained in:
@@ -3,6 +3,6 @@ name = scrapling
|
|||||||
version = 0.2.95
|
version = 0.2.95
|
||||||
author = Karim Shoair
|
author = Karim Shoair
|
||||||
author_email = karim.shoair@pm.me
|
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
|
license = BSD
|
||||||
home_page = https://github.com/D4Vinci/Scrapling
|
home_page = https://github.com/D4Vinci/Scrapling
|
||||||
@@ -7,9 +7,8 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|||||||
setup(
|
setup(
|
||||||
name="scrapling",
|
name="scrapling",
|
||||||
version="0.2.95",
|
version="0.2.95",
|
||||||
description="""Scrapling is a powerful, flexible, and high-performance web scraping library for Python. It
|
description="""Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy again! In an internet filled with complications,
|
||||||
simplifies the process of extracting data from websites, even when they undergo structural changes, and offers
|
it simplifies web scraping, even when websites' design changes, while providing impressive speed that surpasses almost all alternatives.""",
|
||||||
impressive speed improvements over many popular scraping tools.""",
|
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
author="Karim Shoair",
|
author="Karim Shoair",
|
||||||
|
|||||||
Reference in New Issue
Block a user