Skip to content

Commit 1ff8c86

Browse files
excluding tests folder
1 parent 710ff79 commit 1ff8c86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

py/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ requires = ["setuptools", "setuptools-rust"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools.packages.find]
6-
where = ["selenium"]
6+
include = ["selenium*"]
7+
exclude = ["test*"]
78
namespaces = false
89
# include-package-data is `true` by default in pyproject.toml
910

0 commit comments

Comments
 (0)