Karim shoair commited on
Commit
0df7d95
·
1 Parent(s): a889c5d

build: fix readme path for pypi

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -7,7 +7,7 @@ name = "scrapling"
7
  # Static version instead of a dynamic version so we can get better layer caching while building docker, check the docker file to understand
8
  version = "0.4"
9
  description = "Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy and effortless as it should be!"
10
- readme = {file = "docs/README.md", content-type = "text/markdown"}
11
  license = {file = "LICENSE"}
12
  authors = [
13
  {name = "Karim Shoair", email = "karim.shoair@pm.me"}
 
7
  # Static version instead of a dynamic version so we can get better layer caching while building docker, check the docker file to understand
8
  version = "0.4"
9
  description = "Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy and effortless as it should be!"
10
+ readme = {file = "README.md", content-type = "text/markdown"}
11
  license = {file = "LICENSE"}
12
  authors = [
13
  {name = "Karim Shoair", email = "karim.shoair@pm.me"}