build: fix readme path for pypi
This commit is contained in:
+1
-1
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user