Remove unnecessary trailing slash from Documentation URL in setup.py
authorHarmon <Harmon758@gmail.com>
Sat, 23 Jan 2021 17:09:29 +0000 (11:09 -0600)
committerHarmon <Harmon758@gmail.com>
Sat, 23 Jan 2021 17:09:29 +0000 (11:09 -0600)
setup.py

index aa5fe5ef59619803b5789f06264ac609435dae13..8d309312764f19578a80fc031a49888d074e420c 100644 (file)
--- 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",
     },