Skip to content

Commit

Permalink
[py] build(setup.py): Add project_urls for PyPI (#10880)
Browse files Browse the repository at this point in the history
* build(setup.py): Add project_urls for PyPI

* build(setup.py): Update documentation project_url
  • Loading branch information
tony committed Aug 5, 2022
1 parent f91fec5 commit 0d38875
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions py/setup.py
Expand Up @@ -32,6 +32,12 @@
'description': 'Python bindings for Selenium',
'long_description': open(join(abspath(dirname(__file__)), "README.rst")).read(),
'url': 'https://github.com/SeleniumHQ/selenium/',
'project_urls': {
'Bug Tracker': 'https://github.com/SeleniumHQ/selenium/issues',
'Changes': 'https://github.com/SeleniumHQ/selenium/blob/trunk/py/CHANGES',
'Documentation': 'https://www.selenium.dev/documentation/overview/',
'Source Code': 'https://github.com/SeleniumHQ/selenium/tree/trunk/py',
},
'python_requires': '~=3.7',
'classifiers': ['Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 0d38875

Please sign in to comment.