From 6ac40ac3af6827754c990fd1259e50fb670f6c01 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Wed, 11 Feb 2026 00:29:20 +0200 Subject: [PATCH] build: adjustments to build file for PyPi --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 48b06b0..00a6695 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,9 @@ keywords = [ "web-crawler", "browser", "crawling", + "headless", + "scraper", + "chrome", ] requires-python = ">=3.10" classifiers = [ @@ -46,6 +49,7 @@ classifiers = [ "Topic :: Text Processing :: Markup :: HTML", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development :: Libraries", + "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", @@ -95,6 +99,8 @@ Changelog = "https://github.com/D4Vinci/Scrapling/releases" Documentation = "https://scrapling.readthedocs.io/en/latest/" Repository = "https://github.com/D4Vinci/Scrapling" "Bug Tracker" = "https://github.com/D4Vinci/Scrapling/issues" +"Discord" = "https://discord.gg/EMgGbDceNQ" +"Release Notes" = "https://github.com/D4Vinci/Scrapling/releases" [project.scripts] scrapling = "scrapling.cli:main"