nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 22 lines 584 B view raw
1diff --git a/py/pyproject.toml b/py/pyproject.toml 2index eca3222d38..69bd19773b 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@@ -66,10 +66,6 @@ exclude = ["test*"] 13 namespaces = true 14 # include-package-data is `true` by default in pyproject.toml 15 16-[[tool.setuptools-rust.ext-modules]] 17-target = "selenium.webdriver.common.selenium-manager" 18-binding = "Exec" 19- 20 [tool.setuptools.package-data] 21 "*" = [ 22 "*.py",