2025-01-05 22:26:37 +01:00
|
|
|
diff --git a/py/pyproject.toml b/py/pyproject.toml
|
2025-01-20 18:22:26 -08:00
|
|
|
index 9afa6a63c7..c28f9a4cbc 100644
|
2025-01-05 22:26:37 +01:00
|
|
|
--- a/py/pyproject.toml
|
|
|
|
+++ b/py/pyproject.toml
|
|
|
|
@@ -1,5 +1,5 @@
|
|
|
|
[build-system]
|
|
|
|
-requires = ["setuptools", "setuptools-rust"]
|
|
|
|
+requires = ["setuptools"]
|
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
|
|
[project]
|
2025-01-20 18:22:26 -08:00
|
|
|
@@ -43,9 +43,6 @@ exclude = ["test*"]
|
|
|
|
namespaces = false
|
|
|
|
# include-package-data is `true` by default in pyproject.toml
|
|
|
|
|
|
|
|
-[[tool.setuptools-rust.bins]]
|
|
|
|
-target = "selenium.webdriver.common.selenium-manager"
|
2025-01-05 22:26:37 +01:00
|
|
|
-
|
2025-01-20 18:22:26 -08:00
|
|
|
[project.urls]
|
|
|
|
Repository = "https://github.com/SeleniumHQ/selenium/"
|
|
|
|
BugTracker = "https://github.com/SeleniumHQ/selenium/issues"
|