Minor fixes
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
name: Publish Python 🐍 distributions 📦 to PyPI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
release:
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
build-n-publish:
|
||||
|
||||
+1
-1
@@ -27,4 +27,4 @@ Also, consider setting `debug` to `True` while initializing the Adaptor object s
|
||||
- Fork Scrapling [git repository](https://github.com/D4Vinci/Scrapling).
|
||||
- Make your changes.
|
||||
- Ensure tests work.
|
||||
- Create a Pull Request against the [**dev**](https://github.com/D4Vinci/Scraplin/tree/dev) branch of Scrapling.
|
||||
- Create a Pull Request against the [**dev**](https://github.com/D4Vinci/Scrapling/tree/dev) branch of Scrapling.
|
||||
@@ -3,7 +3,7 @@ from scrapling.parser import Adaptor, Adaptors
|
||||
from scrapling.custom_types import TextHandler, AttributesHandler
|
||||
|
||||
__author__ = "Karim Shoair (karim.shoair@pm.me)"
|
||||
__version__ = "0.1"
|
||||
__version__ = "0.1.1"
|
||||
__copyright__ = "Copyright (c) 2024 Karim Shoair"
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = scrapling
|
||||
version = 0.1
|
||||
version = 0.1.1
|
||||
author = Karim Shoair
|
||||
author_email = karim.shoair@pm.me
|
||||
description = Scrapling is a powerful, flexible, adaptive, and high-performance web scraping library for Python.
|
||||
|
||||
@@ -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