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 710ff79 commit 1ff8c86Copy full SHA for 1ff8c86
py/pyproject.toml
@@ -3,7 +3,8 @@ requires = ["setuptools", "setuptools-rust"]
3
build-backend = "setuptools.build_meta"
4
5
[tool.setuptools.packages.find]
6
-where = ["selenium"]
+include = ["selenium*"]
7
+exclude = ["test*"]
8
namespaces = false
9
# include-package-data is `true` by default in pyproject.toml
10
0 commit comments