summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <github@m.merickel.org>2018-10-28 16:31:22 -0500
committerGitHub <noreply@github.com>2018-10-28 16:31:22 -0500
commitd0e9c1e8da865c46c6d3c4841e27a163629b8f96 (patch)
treea0d5476041be6399016569f63595f6cea894d747
parent6d1dd0c07861201062ed489fb0295dc5ad57985e (diff)
parent5a199a7d62ca99b867bcb45fd22d806e182373aa (diff)
downloadpyramid-d0e9c1e8da865c46c6d3c4841e27a163629b8f96.tar.gz
pyramid-d0e9c1e8da865c46c6d3c4841e27a163629b8f96.tar.bz2
pyramid-d0e9c1e8da865c46c6d3c4841e27a163629b8f96.zip
Merge pull request #3403 from Pylons/remove-double-slash
Remove double-slash when URL is generated
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b47a27ddf..58b937048 100644
--- a/setup.py
+++ b/setup.py
@@ -92,7 +92,7 @@ setup(
url="https://trypyramid.com",
project_urls={
'Documentation': docs_url,
- 'Changelog': '{}/whatsnew-{}.html'.format(docs_url, base_version),
+ 'Changelog': '{}whatsnew-{}.html'.format(docs_url, base_version),
'Issue Tracker': 'https://github.com/Pylons/pyramid/issues',
},
license="BSD-derived (http://www.repoze.org/LICENSE.txt)",