We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1574b4 commit d95a4c0Copy full SHA for d95a4c0
py/pyproject.toml
@@ -34,6 +34,11 @@ dependencies = [
34
"websocket-client~=1.8",
35
]
36
37
+[tool.setuptools.packages.find]
38
+include = ["selenium*"]
39
+exclude = ["test*"]
40
+namespace = false
41
+
42
[project.urls]
43
Repository = "https://github.com/SeleniumHQ/selenium/"
44
BugTracker = "https://github.com/SeleniumHQ/selenium/issues"
0 commit comments