Skip to content

Commit 0d38875

Browse files
authored
[py] build(setup.py): Add project_urls for PyPI (#10880)
* build(setup.py): Add project_urls for PyPI * build(setup.py): Update documentation project_url
1 parent f91fec5 commit 0d38875

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

py/setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@
3232
'description': 'Python bindings for Selenium',
3333
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),
3434
'url': 'https://github.com/SeleniumHQ/selenium/',
35+
'project_urls': {
36+
'Bug Tracker': 'https://github.com/SeleniumHQ/selenium/issues',
37+
'Changes': 'https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES',
38+
'Documentation': 'https://www.selenium.dev/documentation/overview/',
39+
'Source Code': 'https://github.com/SeleniumHQ/selenium/tree/trunk/py',
40+
},
3541
'python_requires': '~=3.7',
3642
'classifiers': ['Development Status :: 5 - Production/Stable',
3743
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)