aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2023-01-30 04:41:03 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2023-01-30 04:41:03 -0500
commit8223d9260629b15967d2832f818b5b423c05bea5 (patch)
tree8e674751080251350b889c7e1a86c8871fa46dfc /setup.py
parent770cc6fa7e8df11c358d87531d19d7a85bbd428d (diff)
parent919f8ba16a7b82ba1099bd25b2c61c7881a05aa2 (diff)
Update upstream source from tag 'upstream/1.24.5'
Update to upstream version '1.24.5' with Debian dir aea31cd33d70a744865423ac09710534f3dd148f
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():