aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-01-30 04:40:57 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2023-01-30 04:40:57 -0500
commit919f8ba16a7b82ba1099bd25b2c61c7881a05aa2 (patch)
tree50eb34c3286538164a2f2b7048d110dc89b2a971 /setup.py
parentf1051085013c0d702ef974b9b27ea43b3fc73259 (diff)
New upstream version 1.24.5.upstream/1.24.5
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3d97d27..c91549a 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,8 @@ PACKAGES = [
DESCRIPTION = ("Command-line program to download image galleries and "
"collections from several image hosting sites")
-LONG_DESCRIPTION = read("README.rst")
+LONG_DESCRIPTION = read("README.rst").replace(
+ "<docs/", "<https://github.com/mikf/gallery-dl/blob/master/docs/")
def build_py2exe():