Skip to content

Commit 4243248

Browse files
authored
[py] Change links in package config (#15647)
1 parent 65fcc08 commit 4243248

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

py/pyproject.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ dependencies = [
3434
"websocket-client~=1.8",
3535
]
3636

37+
[project.urls]
38+
homepage = "https://www.selenium.dev"
39+
source = "https://github.com/SeleniumHQ/selenium/tree/trunk/py"
40+
download = "https://pypi.org/project/selenium"
41+
changelog = "https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES"
42+
documentation = "https://www.selenium.dev/documentation/webdriver"
43+
issues = "https://github.com/SeleniumHQ/selenium/issues"
44+
3745
[tool.setuptools]
3846
zip-safe = false
3947

@@ -46,13 +54,6 @@ namespaces = true
4654
[[tool.setuptools-rust.bins]]
4755
target = "selenium.webdriver.common.selenium-manager"
4856

49-
[project.urls]
50-
Repository = "https://github.com/SeleniumHQ/selenium/"
51-
BugTracker = "https://github.com/SeleniumHQ/selenium/issues"
52-
Changelog = "https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES"
53-
Documentation = "https://www.selenium.dev/documentation/overview/"
54-
SourceCode = "https://github.com/SeleniumHQ/selenium/tree/trunk/py"
55-
5657
[tool.setuptools.package-data]
5758
"*" = [
5859
"*.py",

0 commit comments

Comments
 (0)