Update PyPI "project_urls"

This commit is contained in:
Michael Mintz 2021-04-30 21:55:06 -04:00
parent a33f49a972
commit d53ced5ebb
1 changed files with 3 additions and 1 deletions

View File

@ -68,13 +68,15 @@ setup(
url='https://github.com/seleniumbase/SeleniumBase',
project_urls={
"Documentation": "https://seleniumbase.io/",
"Source Code": "https://github.com/seleniumbase/SeleniumBase",
"Source": "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",
"Twitter": "https://twitter.com/SeleniumBase",
"Blog": "https://seleniumbase.com/",
"PyPI": "https://pypi.org/project/seleniumbase/",
"Download": "https://pypi.org/project/seleniumbase/#files",
},
platforms=["Windows", "Linux", "Mac OS-X"],
author='Michael Mintz',