Style adjustments by flake8

This commit is contained in:
Karim shoair
2024-11-29 21:14:52 +02:00
parent d6cc07deaa
commit 97fecc9d5f
4 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -7,9 +7,9 @@ with open("README.md", "r", encoding="utf-8") as fh:
setup(
name="scrapling",
version="0.2.7",
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 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.""",
long_description=long_description,
long_description_content_type="text/markdown",
author="Karim Shoair",