Minor fixes
This commit is contained in:
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
||||
|
||||
setup(
|
||||
name="scrapling",
|
||||
version="0.1",
|
||||
version="0.1.1",
|
||||
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.""",
|
||||
@@ -57,7 +57,7 @@ setup(
|
||||
python_requires=">=3.7",
|
||||
url="https://github.com/D4Vinci/Scrapling",
|
||||
project_urls={
|
||||
"Documentation": "https://github.com/D4Vinci/Scrapling/Docs", # For now
|
||||
"Documentation": "https://github.com/D4Vinci/Scrapling/tree/main/docs", # For now
|
||||
"Source": "https://github.com/D4Vinci/Scrapling",
|
||||
"Tracker": "https://github.com/D4Vinci/Scrapling/issues",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user