Skip to content

Commit

Permalink
build(setup.py): Add project_urls for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jul 25, 2022
1 parent 69f46da commit 9f55686
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://seleniumhq.github.io/selenium/docs/api/py/api.html',
'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 9f55686

Please sign in to comment.