Skip to content

Commit d95a4c0

Browse files
fixed typo
1 parent c1574b4 commit d95a4c0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

py/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ dependencies = [
3434
"websocket-client~=1.8",
3535
]
3636

37+
[tool.setuptools.packages.find]
38+
include = ["selenium*"]
39+
exclude = ["test*"]
40+
namespace = false
41+
3742
[project.urls]
3843
Repository = "https://github.com/SeleniumHQ/selenium/"
3944
BugTracker = "https://github.com/SeleniumHQ/selenium/issues"

0 commit comments

Comments
 (0)