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"