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 d6e4e2a commit d7ef9d7Copy full SHA for d7ef9d7
py/pyproject.toml
@@ -43,6 +43,10 @@ exclude = ["test*"]
43
namespaces = true
44
# include-package-data is `true` by default in pyproject.toml
45
46
+[[tool.setuptools-rust.ext-modules]]
47
+target = "selenium.webdriver.common.selenium-manager"
48
+binding = "PyO3"
49
+
50
[[tool.setuptools-rust.bins]]
51
target = "selenium.webdriver.common.selenium-manager"
52
0 commit comments