Skip to content

Commit 9b49091

Browse files
[py] Fix selenium-manager binary location in sdist packaging (#16074)
Co-authored-by: Corey Goldberg <[email protected]>
1 parent 849b553 commit 9b49091

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

py/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ exclude = ["test*"]
5050
namespaces = true
5151
# include-package-data is `true` by default in pyproject.toml
5252

53-
[[tool.setuptools-rust.bins]]
53+
[[tool.setuptools-rust.ext-modules]]
5454
target = "selenium.webdriver.common.selenium-manager"
55+
binding = "Exec"
5556

5657
[tool.setuptools.package-data]
5758
"*" = [

0 commit comments

Comments
 (0)