From 1bbb18ad8e952e54f8db9248d93b119111a887ae Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Sun, 15 Feb 2026 07:16:28 +0200 Subject: [PATCH] build: fix readme path for pypi --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00a6695..90457e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "scrapling" # Static version instead of a dynamic version so we can get better layer caching while building docker, check the docker file to understand version = "0.4" description = "Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy and effortless as it should be!" -readme = {file = "docs/README.md", content-type = "text/markdown"} +readme = {file = "README.md", content-type = "text/markdown"} license = {file = "LICENSE"} authors = [ {name = "Karim Shoair", email = "karim.shoair@pm.me"}