Skip to content

Commit 8d4eb90

Browse files
committed
fix: add type hinting support and update project description
1 parent b16d837 commit 8d4eb90

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pydoll/py.typed

Whitespace-only changes.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
[tool.poetry]
22
name = "pydoll-python"
33
version = "2.3.1"
4-
description = ""
4+
description = "Pydoll is a library for automating chromium-based browsers without a WebDriver, offering realistic interactions."
55
authors = ["Thalison Fernandes <[email protected]>"]
66
readme = "README.md"
77
packages = [
88
{include = "pydoll"}
99
]
10+
include = ["pydoll/py.typed"]
1011

1112
[tool.poetry.dependencies]
1213
python = "^3.10"

0 commit comments

Comments
 (0)