at master 639 B view raw
1diff --git a/py/pyproject.toml b/py/pyproject.toml 2index 9afa6a63c7..c28f9a4cbc 100644 3--- a/py/pyproject.toml 4+++ b/py/pyproject.toml 5@@ -1,5 +1,5 @@ 6 [build-system] 7-requires = ["setuptools", "setuptools-rust"] 8+requires = ["setuptools"] 9 build-backend = "setuptools.build_meta" 10 11 [project] 12@@ -43,9 +43,6 @@ exclude = ["test*"] 13 namespaces = false 14 # include-package-data is `true` by default in pyproject.toml 15 16-[[tool.setuptools-rust.bins]] 17-target = "selenium.webdriver.common.selenium-manager" 18- 19 [project.urls] 20 Repository = "https://github.com/SeleniumHQ/selenium/" 21 BugTracker = "https://github.com/SeleniumHQ/selenium/issues"