Skip to content

Commit 477d4ce

Browse files
Moved Rust binary settings to pyproject.toml from setup.py
1 parent ff7fa52 commit 477d4ce

File tree

3 files changed

+3
-39
lines changed

3 files changed

+3
-39
lines changed

py/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ pkg_files(
231231
"CHANGES",
232232
"README.rst",
233233
"pyproject.toml",
234-
"setup.py",
235234
":license",
236235
":selenium-pkg",
237236
":selenium-pkginfo",

py/pyproject.toml

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

47+
[[tool.setuptools-rust.bins]]
48+
target = "selenium.webdriver.common.selenium-manager"
49+
4750
[project.urls]
4851
Repository = "https://github.com/SeleniumHQ/selenium/"
4952
BugTracker = "https://github.com/SeleniumHQ/selenium/issues"

py/setup.py

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)