Skip to content

Commit 3bbfd1d

Browse files
committed
Fix PyPI description: specify README content type
1 parent 26b2c17 commit 3bbfd1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "scrappey"
77
version = "1.0.0"
88
description = "Official Python wrapper for Scrappey.com - Web scraping API with Cloudflare bypass, antibot solving, and browser automation"
9-
readme = "README.md"
9+
readme = {file = "README.md", content-type = "text/markdown"}
1010
license = {text = "MIT"}
1111
requires-python = ">=3.9"
1212
authors = [

0 commit comments

Comments
 (0)