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"}