From f0216c4ad76f4bd0d562b88053fb750801529d7f Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Fri, 18 Jul 2025 18:11:14 -0600 Subject: [PATCH] [py] Fix selenium-manager binary location This build was incorrectly migrated in #14837 as selenium-manager is expected to be in the selenium/webdriver/common library path rather than a binary named selenium.webdriver.common.selenium-manager installed in the script path. --- py/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/py/pyproject.toml b/py/pyproject.toml index 948d5a5a49857..a82fb0a8c226e 100644 --- a/py/pyproject.toml +++ b/py/pyproject.toml @@ -50,8 +50,9 @@ exclude = ["test*"] namespaces = true # include-package-data is `true` by default in pyproject.toml -[[tool.setuptools-rust.bins]] +[[tool.setuptools-rust.ext-modules]] target = "selenium.webdriver.common.selenium-manager" +binding = "Exec" [tool.setuptools.package-data] "*" = [