From c5c0899dfbab30dd6fadb45654b3dcb65c1e7f98 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 23 Jan 2021 11:09:29 -0600 Subject: [PATCH] Remove unnecessary trailing slash from Documentation URL in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", }, -- 2.25.1