projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38b6de6
)
Remove unnecessary trailing slash from Documentation URL in setup.py
author
Harmon
<Harmon758@gmail.com>
Sat, 23 Jan 2021 17:09:29 +0000
(11:09 -0600)
committer
Harmon
<Harmon758@gmail.com>
Sat, 23 Jan 2021 17:09:29 +0000
(11:09 -0600)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/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",
},