Skip to content

Commit db53ae5

Browse files
fixed bug in pyproject.toml by removing duplicate entry of table [tool.setuptools.packages.find]
1 parent 83a7c09 commit db53ae5

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Diff for: py/pyproject.toml

+2-7
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ zip-safe = false
4141
include = ["selenium*"]
4242
exclude = ["test*"]
4343
namespace = false
44+
# include-package-data is `true` by default in pyproject.toml
4445

4546
[project.urls]
4647
Repository = "https://github.com/SeleniumHQ/selenium/"
@@ -49,12 +50,6 @@ Changelog = "https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES"
4950
Documentation = "https://www.selenium.dev/documentation/overview/"
5051
SourceCode = "https://github.com/SeleniumHQ/selenium/tree/trunk/py"
5152

52-
[tool.setuptools.packages.find]
53-
include = ["selenium*"]
54-
exclude = ["test*"]
55-
namespaces = false
56-
# include-package-data is `true` by default in pyproject.toml
57-
5853
[tool.setuptools.package-data]
5954
selenium_package = [
6055
"*.py",
@@ -145,4 +140,4 @@ line-length = 120
145140
target-version = ['py38']
146141

147142
[tool.docformatter]
148-
recursive = true
143+
recursive = true

0 commit comments

Comments
 (0)