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 ff7fa52 commit 477d4ceCopy full SHA for 477d4ce
py/BUILD.bazel
@@ -231,7 +231,6 @@ pkg_files(
231
"CHANGES",
232
"README.rst",
233
"pyproject.toml",
234
- "setup.py",
235
":license",
236
":selenium-pkg",
237
":selenium-pkginfo",
py/pyproject.toml
@@ -44,6 +44,9 @@ exclude = ["test*"]
44
namespaces = false
45
# include-package-data is `true` by default in pyproject.toml
46
47
+[[tool.setuptools-rust.bins]]
48
+target = "selenium.webdriver.common.selenium-manager"
49
+
50
[project.urls]
51
Repository = "https://github.com/SeleniumHQ/selenium/"
52
BugTracker = "https://github.com/SeleniumHQ/selenium/issues"
py/setup.py
0 commit comments