Skip to content

Commit

Permalink
fixed bug in pyproject.toml by removing duplicate entry of table [too…
Browse files Browse the repository at this point in the history
…l.setuptools.packages.find]
  • Loading branch information
sandeepsuryaprasad committed Nov 18, 2024
1 parent 83a7c09 commit db53ae5
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ zip-safe = false
include = ["selenium*"]
exclude = ["test*"]
namespace = false
# include-package-data is `true` by default in pyproject.toml

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

[tool.setuptools.packages.find]
include = ["selenium*"]
exclude = ["test*"]
namespaces = false
# include-package-data is `true` by default in pyproject.toml

[tool.setuptools.package-data]
selenium_package = [
"*.py",
Expand Down Expand Up @@ -145,4 +140,4 @@ line-length = 120
target-version = ['py38']

[tool.docformatter]
recursive = true
recursive = true

0 comments on commit db53ae5

Please sign in to comment.