File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff 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 ]
3846zip-safe = false
3947
@@ -46,13 +54,6 @@ namespaces = true
4654[[tool .setuptools-rust .bins ]]
4755target = " 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" ,
You can’t perform that action at this time.
0 commit comments