From 8833a0916e05760922f320ea1fe86080b31c4389 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Tue, 8 Apr 2025 06:05:02 +0200 Subject: [PATCH] build: update docs URL --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 99357cf..bc6c41b 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ setup( python_requires=">=3.9", url="https://github.com/D4Vinci/Scrapling", project_urls={ - "Documentation": "https://github.com/D4Vinci/Scrapling/tree/main/docs", # For now + "Documentation": "https://scrapling.readthedocs.io/en/latest/", "Source": "https://github.com/D4Vinci/Scrapling", "Tracker": "https://github.com/D4Vinci/Scrapling/issues", }