From: Harmon Date: Sat, 23 Jan 2021 17:09:29 +0000 (-0600) Subject: Remove unnecessary trailing slash from Documentation URL in setup.py X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c5c0899dfbab30dd6fadb45654b3dcb65c1e7f98;p=tweepy.git Remove unnecessary trailing slash from Documentation URL in setup.py --- diff --git a/setup.py b/setup.py index aa5fe5e..8d30931 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ setup( author_email="tweepy@googlegroups.com", url="https://www.tweepy.org/", project_urls={ - "Documentation": "https://tweepy.readthedocs.io/", + "Documentation": "https://tweepy.readthedocs.io", "Issue Tracker": "https://github.com/tweepy/tweepy/issues", "Source Code": "https://github.com/tweepy/tweepy", },