build: fix readme path for pypi

This commit is contained in:
Karim shoair
2026-02-15 07:16:28 +02:00
parent 04d796b821
commit 1bbb18ad8e
+1 -1
View File
@@ -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"}