diff --git a/setup.py b/setup.py index 36394eb3..da37a031 100755 --- a/setup.py +++ b/setup.py @@ -66,6 +66,16 @@ setup( long_description=long_description, long_description_content_type='text/markdown', url='https://github.com/seleniumbase/SeleniumBase', + project_urls={ + "Documentation": "https://seleniumbase.io/", + "Source Code": "https://github.com/seleniumbase/SeleniumBase", + "Changelog": "https://github.com/seleniumbase/SeleniumBase/releases", + "Tracker": "https://github.com/seleniumbase/SeleniumBase/issues", + "Gitter": "https://gitter.im/seleniumbase/SeleniumBase", + "Slack": "https://app.slack.com/client/T0ABCRTNX/C01SM888REZ", + "Blog": "https://seleniumbase.com/", + "PyPI": "https://pypi.org/project/seleniumbase/", + }, platforms=["Windows", "Linux", "Mac OS-X"], author='Michael Mintz', author_email='mdmintz@gmail.com',