diff --git a/py/setup.py b/py/setup.py index bd312401726c5..4d89ae387dba3 100755 --- a/py/setup.py +++ b/py/setup.py @@ -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',