Skip to content

Commit d7ef9d7

Browse files
committed
Add rust ext-modules
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent d6e4e2a commit d7ef9d7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

py/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ exclude = ["test*"]
4343
namespaces = true
4444
# include-package-data is `true` by default in pyproject.toml
4545

46+
[[tool.setuptools-rust.ext-modules]]
47+
target = "selenium.webdriver.common.selenium-manager"
48+
binding = "PyO3"
49+
4650
[[tool.setuptools-rust.bins]]
4751
target = "selenium.webdriver.common.selenium-manager"
4852

0 commit comments

Comments
 (0)