Add "project_urls" for PyPI

This commit is contained in:
Michael Mintz 2021-04-30 18:13:38 -04:00
parent 2a0e1aaa15
commit bbfc588e30
1 changed files with 10 additions and 0 deletions

View File

@ -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',